method
has_corrections?
v7.1.3.4 -
Show 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