Method: ActiveSupport::Notifications.publish
- Defined in:
- lib/active_support/notifications.rb
.publish(name, *args) ⇒ Object
197 198 199 |
# File 'lib/active_support/notifications.rb', line 197 def publish(name, *args) notifier.publish(name, *args) end |