method
publish
v7.2.3 -
Show latest stable
- Class:
ActiveSupport::Notifications
publish(name, *args)public
No documentation available.
# File activesupport/lib/active_support/notifications.rb, line 200
def publish(name, *args)
notifier.publish(name, *args)
end