instance method
call
Ruby on Rails 8.1.2
Since v8.1.2Signature
call(event)
No documentation comment.
Parameters
-
eventreq
Source
# File activesupport/lib/active_support/structured_event_subscriber.rb, line 88
def call(event)
super
rescue => e
handle_event_error(event.name, e)
end
Defined in activesupport/lib/active_support/structured_event_subscriber.rb line 88
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::StructuredEventSubscriber