Method: ActiveSupport::Notifications.publish

Defined in:
activesupport/lib/active_support/notifications.rb

.publish(name, *args) ⇒ Object



200
201
202
# File 'activesupport/lib/active_support/notifications.rb', line 200

def publish(name, *args)
  notifier.publish(name, *args)
end