Class: Courrier::EmailGenerator
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Rails::Generators::NamedBase
- Courrier::EmailGenerator
- Defined in:
- lib/generators/courrier/email_generator.rb
Constant Summary collapse
- AVAILABLE_TEMPLATES =
%w[welcome password_reset]
Instance Method Summary collapse
Instance Method Details
#copy_mailer_file ⇒ Object
14 15 16 |
# File 'lib/generators/courrier/email_generator.rb', line 14 def copy_mailer_file template template_file, destination_path end |