Flowdock
method

before

Importance_0
v3.1.0 - Show latest stable - 0 notes - Class: ActionController::Caching::Sweeper
before(controller) 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/sweeping.rb, line 57
        def before(controller)
          self.controller = controller
          callback(:before) if controller.perform_caching
          true # before method from sweeper should always return true
        end
Register or log in to add new notes.