module ActiveSupport::Notifications

def unsubscribe(args)

def unsubscribe(args)
  notifier.unsubscribe(args)
end