Class: ActionController::Filters::ClassMethods::ClassBeforeFilter
- Defined in:
- lib/action_controller/filters.rb
Overview
:nodoc:
Instance Attribute Summary
Attributes inherited from Filter
#excluded_actions, #filter, #included_actions
Instance Method Summary collapse
Methods inherited from Filter
#after?, #around?, #before?, #initialize, #run, #type
Constructor Details
This class inherits a constructor from ActionController::Filters::ClassMethods::Filter
Instance Method Details
#call(controller, &block) ⇒ Object
502 503 504 |
# File 'lib/action_controller/filters.rb', line 502 def call(controller, &block) @filter.before(controller) end |