Provide callbacks to be executed before and after the request dispatch.
# File lib/action_dispatch/middleware/callbacks.rb, line 18 def self.after(*args, &block) set_callback(:call, :after, *args, &block) end
Generated with the Darkfish Rdoc Generator 2.