method

start

rails latest stable - Class: ActiveSupport::Notifications::Fanout::EventObjectGroup
start(name, id, payload)
public

No documentation available.

# File activesupport/lib/active_support/notifications/fanout.rb, line 171
        def start(name, id, payload)
          @event = build_event(name, id, payload)
          @event.start!
        end