module ActiveSupport::Notifications

def subscribe(*args, &block)

def subscribe(*args, &block)
  notifier.subscribe(*args, &block)
end