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