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
17 18 19 20 |
# File 'lib/code_buddy/rails3/railtie.rb', line 17 def rescue_action_locally(request, exception) CodeBuddy::App.exception = exception super end |