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