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