method
publish_event
rails latest stable - Class:
ActiveSupport::Notifications::Fanout
publish_event(event)public
No documentation available.
# File activesupport/lib/active_support/notifications/fanout.rb, line 297
def publish_event(event)
iterate_guarding_exceptions(listeners_for(event.name)) { |s| s.publish_event(event) }
end