method
after
v2.3.8 -
Show latest stable
- Class:
ActionController::Caching::Sweeper
after(controller)public
No documentation available.
# File actionpack/lib/action_controller/caching/sweeper.rb, line 13
def after(controller)
callback(:after) if controller.perform_caching
# Clean up, so that the controller can be collected after this request
self.controller = nil
end