method
after
v3.0.9 -
Show latest stable
- Class:
ActionController::Caching::Sweeper
after(controller)public
No documentation available.
# File actionpack/lib/action_controller/caching/sweeping.rb, line 63
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