class method
self.notifier
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v3.0.20Signature
self.notifier()
No documentation comment.
Source
# File activesupport/lib/active_support/notifications.rb, line 69
def notifier
@notifier ||= Fanout.new
end
Defined in activesupport/lib/active_support/notifications.rb line 69
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Notifications