Module: ActionController::Rescue::ClassMethods
- Defined in:
- lib/action_controller/rescue.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#process_with_exception(request, response, exception) ⇒ Object
19 20 21 |
# File 'lib/action_controller/rescue.rb', line 19 def process_with_exception(request, response, exception) new.process(request, response, :rescue_action, exception) end |