class method
self.invalid_event?
Ruby on Rails 8.1.2
Since v6.0.6 PrivateSignature
self.invalid_event?(event)
No documentation comment.
Parameters
-
eventreq
Source
# File activesupport/lib/active_support/subscriber.rb, line 112
def invalid_event?(event)
%i{ start finish }.include?(event.to_sym)
end
Defined in activesupport/lib/active_support/subscriber.rb line 112
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Subscriber