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