module ActionController::Testing::ClassMethods

Public Instance Methods

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