Class: Noticed::Generators::DeliveryMethodGenerator
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Rails::Generators::NamedBase
- Noticed::Generators::DeliveryMethodGenerator
- Includes:
- Rails::Generators::ResourceHelpers
- Defined in:
- lib/generators/noticed/delivery_method_generator.rb
Instance Method Summary collapse
Instance Method Details
#generate_notification ⇒ Object
14 15 16 17 |
# File 'lib/generators/noticed/delivery_method_generator.rb', line 14 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 |