class method
self.registry
Ruby on Rails 7.1.6
Since v7.0.10 PrivateSignature
self.registry()
No documentation comment.
Source
# File activesupport/lib/active_support/notifications.rb, line 273
def registry
ActiveSupport::IsolatedExecutionState[:active_support_notifications_registry] ||= {}
end
Defined in activesupport/lib/active_support/notifications.rb line 273
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Notifications