# File lib/action_dispatch/middleware/callbacks.rb, line 34 def self.after(*args, &block) set_callback(:call, :after, *args, &block) end