module ActionController::Testing::ClassMethods

Public Instance Methods

before_filters() click to toggle source
# File actionpack/lib/action_controller/metal/testing.rb, line 17
def before_filters
  _process_action_callbacks.find_all { |x| x.kind == :before }.map(&:name)
end