instance method
finish
Ruby on Rails 4.1.16
Since v4.0.13Signature
finish(name, id, payload)
No documentation comment.
Parameters
-
namereq -
idreq -
payloadreq
Source
# File activesupport/lib/active_support/notifications/fanout.rb, line 39
def finish(name, id, payload)
listeners_for(name).each { |s| s.finish(name, id, payload) }
end
Defined in activesupport/lib/active_support/notifications/fanout.rb line 39
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Notifications::Fanout