instance method
raise_on_error?
Ruby on Rails edge
Since v8.1.3.1 Private — implementation detail, not part of the public APIAvailable in: v8.1.3.1 edge
Signature
raise_on_error?()
No documentation comment.
Source
# File activesupport/lib/active_support/event_reporter.rb, line 607
def raise_on_error?
@raise_on_error
end
Defined in activesupport/lib/active_support/event_reporter.rb line 607
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::EventReporter