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