Class: Noticed::Generators::DeliveryMethodGenerator

Inherits:
Rails::Generators::NamedBase
  • Object
show all
Includes:
Rails::Generators::ResourceHelpers
Defined in:
lib/generators/noticed/delivery_method_generator.rb

Instance Method Summary collapse

Instance Method Details

#generate_notificationObject



14
15
16
# 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