module ContextExposer::CachedResourceController::ClassMethods
Public Instance Methods
_exposing(name, options = {})
click to toggle source
# File lib/context_exposer/cached_resource_controller.rb, line 6 def _exposing name, options = {}, &block expose_cached name, options, &block end