class Noticed::Generators::DeliveryMethodGenerator

def generate_notification

def generate_notification
  template "application_delivery_method.rb", "app/notifiers/application_delivery_method.rb"
  template "delivery_method.rb", "app/notifiers/delivery_methods/#{singular_name}.rb"
end