class method
self.notifier=
Ruby on Rails edge
Since edgeSignature
self.notifier=(notifier)
No documentation comment.
Parameters
-
notifierreq
Source
# File activesupport/lib/active_support/notifications.rb, line 249
def notifier=(notifier)
@notifier = notifier
record_subscriptions
end
Defined in activesupport/lib/active_support/notifications.rb line 249
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Notifications