module ActionController::Testing::ClassMethods
Public Instance Methods
before_filters()
click to toggle source
# File lib/action_controller/metal/testing.rb, line 15 def before_filters _process_action_callbacks.find_all { |x| x.kind == :before }.map(&:name) end