Method: ActiveSupport::Notifications::Fanout::Subscribers::EventObject#publish_event

Defined in:
activesupport/lib/active_support/notifications/fanout.rb

#publish_event(event) ⇒ Object



439
440
441
# File 'activesupport/lib/active_support/notifications/fanout.rb', line 439

def publish_event(event)
  @delegate.call event
end