method

publish_event

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

No documentation available.

# File activesupport/lib/active_support/notifications/fanout.rb, line 400
          def publish_event(event)
            if @can_publish_event
              @delegate.publish_event event
            else
              publish(event.name, event.time, event.end, event.transaction_id, event.payload)
            end
          end