module ActiveSupport::Notifications

def publish(name, *args)

def publish(name, *args)
  notifier.publish(name, *args)
end