Method: ActionDispatch::ExceptionWrapper#actions
- Defined in:
- actionpack/lib/action_dispatch/middleware/exception_wrapper.rb
#actions ⇒ Object
101 102 103 |
# File 'actionpack/lib/action_dispatch/middleware/exception_wrapper.rb', line 101 def actions ActiveSupport::ActionableError.actions(@exception) end |