instance method
publish
Ruby on Rails 8.1.2
Since v3.0.20Signature
publish(name, ...)
No documentation comment.
Parameters
-
namereq -
...req
Source
# File activesupport/lib/active_support/notifications/fanout.rb, line 311
def publish(name, ...)
iterate_guarding_exceptions(listeners_for(name)) { |s| s.publish(name, ...) }
end
Defined in activesupport/lib/active_support/notifications/fanout.rb line 311
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Notifications::Fanout