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