instance method
publish_event
Ruby on Rails 7.1.6
Since v7.0.10Signature
publish_event(event)
No documentation comment.
Parameters
-
eventreq
Source
# File activesupport/lib/active_support/notifications/fanout.rb, line 442
def publish_event(event)
@delegate.call event
end
Defined in activesupport/lib/active_support/notifications/fanout.rb line 442
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Notifications::Fanout::Subscribers::EventObject