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