method
has_corrections?
rails latest stable - Class:
ActionDispatch::ExceptionWrapper
has_corrections?()public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/exception_wrapper.rb, line 79
def has_corrections?
@exception.respond_to?(:original_message) && @exception.respond_to?(:corrections)
end