class method
self.unsubscribe
Ruby on Rails 3.1.12
Since v3.0.20Signature
self.unsubscribe(args)
No documentation comment.
Parameters
-
argsreq
Source
# File activesupport/lib/active_support/notifications.rb, line 65
def unsubscribe(args)
notifier.unsubscribe(args)
@instrumenters.clear
end
Defined in activesupport/lib/active_support/notifications.rb line 65
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Notifications