class method
self.subscribe
Ruby on Rails 4.2.9
Since v3.0.20Signature
self.subscribe(*args, &block)
No documentation comment.
Parameters
-
argsrest -
blockblock
Source
# File activesupport/lib/active_support/notifications.rb, line 170
def subscribe(*args, &block)
notifier.subscribe(*args, &block)
end
Defined in activesupport/lib/active_support/notifications.rb line 170
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Notifications