instance method
start
Ruby on Rails 4.0.13
Since v4.0.13Signature
start(name, payload)
Send a start notification with name and payload.
Parameters
-
namereq -
payloadreq
Source
# File activesupport/lib/active_support/notifications/instrumenter.rb, line 30
def start(name, payload)
@notifier.start name, @id, payload
end
Defined in activesupport/lib/active_support/notifications/instrumenter.rb line 30
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Notifications::Instrumenter