class method
self.publish
Ruby on Rails 4.2.9
Since v3.1.12Signature
self.publish(name, *args)
No documentation comment.
Parameters
-
namereq -
argsrest
Source
# File activesupport/lib/active_support/notifications.rb, line 158
def publish(name, *args)
notifier.publish(name, *args)
end
Defined in activesupport/lib/active_support/notifications.rb line 158
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Notifications