Method: ActiveSupport::Notifications.unsubscribe
- Defined in:
- lib/active_support/notifications.rb
.unsubscribe(subscriber_or_name) ⇒ Object
249 250 251 |
# File 'lib/active_support/notifications.rb', line 249 def unsubscribe(subscriber_or_name) notifier.unsubscribe(subscriber_or_name) end |