method
publish_event
v7.0.0 -
Show latest stable
- Class:
ActiveSupport::Notifications
publish_event(event)public
No documentation available.
# File activesupport/lib/active_support/notifications.rb, line 200
def publish_event(event) # :nodoc:
notifier.publish_event(event)
end