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