method

publish_event

rails latest stable - Class: ActiveSupport::Notifications::Fanout::Subscribers::EventObject
publish_event(event)
public

No documentation available.

# File activesupport/lib/active_support/notifications/fanout.rb, line 442
          def publish_event(event)
            @delegate.call event
          end