method
filter
v2.3.8 -
Show latest stable
-
0 notes -
Class: ActionController::Caching::Actions::ActionCacheFilter
filter(controller, action)
public
Hide source
# File actionpack/lib/action_controller/caching/actions.rb, line 88 def filter(controller, action) should_continue = before(controller) action.call if should_continue after(controller) end


