class Noticed::Generators::DeliveryMethodGenerator

Public Instance Methods

generate_notification() click to toggle source
# File lib/generators/noticed/delivery_method_generator.rb, line 14
def generate_notification
  template "delivery_method.rb", "app/notifications/delivery_methods/#{singular_name}.rb"
end