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