Source: show | on GitHub
# File actionpack/lib/action_controller/metal/testing.rb, line 32 def before_filters _process_action_callbacks.find_all{|x| x.kind == :before}.map{|x| x.name} end