Flowdock
method

filter

Importance_0
v2.3.8 - Show latest stable - 0 notes - Class: ActionController::Caching::Actions::ActionCacheFilter
filter(controller, action) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

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
Register or log in to add new notes.