method

rescue_action_without_handler

Importance_0
v2.2.1 - Show latest stable - 0 notes - Class: ActionController::TestCase::RaiseActionExceptions
rescue_action_without_handler(e) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/test_case.rb, line 87 def rescue_action_without_handler(e) self.exception = e if request.remote_addr == "0.0.0.0" raise(e) else super(e) end end
Register or log in to add new notes.