module ActiveSupport::Notifications

def unsubscribe(subscriber_or_name)

def unsubscribe(subscriber_or_name)
  notifier.unsubscribe(subscriber_or_name)
end