class method
self.set_subscriptions
Ruby on Rails edge
Since edge Private — implementation detail, not part of the public APISignature
self.set_subscriptions(fanout)
No documentation comment.
Parameters
-
fanoutreq
Source
# File activesupport/lib/active_support/notifications.rb, line 364
def set_subscriptions(fanout)
return unless notifier_subscriptions && fanout.respond_to?(:load_ractor_snapshot)
fanout.load_ractor_snapshot(notifier_subscriptions)
end
Defined in activesupport/lib/active_support/notifications.rb line 364
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Notifications