Class: CodeBuddy::ShowExceptions
- Inherits:
-
ActionDispatch::ShowExceptions
- Object
- ActionDispatch::ShowExceptions
- CodeBuddy::ShowExceptions
- Defined in:
- lib/code_buddy/rails3/railtie.rb
Instance Method Summary collapse
Instance Method Details
#rescue_action_locally(request, exception) ⇒ Object
18 19 20 21 |
# File 'lib/code_buddy/rails3/railtie.rb', line 18 def rescue_action_locally(request, exception) App.exception = exception super end |