Class: ActionController::Filters::AfterFilter
Overview
:nodoc:
Instance Method Summary collapse
Methods inherited from Filter
#around?, #before?, #initialize, #update_options!
Constructor Details
This class inherits a constructor from ActionController::Filters::Filter
Instance Method Details
#after? ⇒ Boolean
237 238 239 |
# File 'lib/action_controller/filters.rb', line 237 def after? true end |
#type ⇒ Object
233 234 235 |
# File 'lib/action_controller/filters.rb', line 233 def type :after end |