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