Class: MeExceptional::Generators::MailersGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- MeExceptional::Generators::MailersGenerator
- Defined in:
- lib/generators/me_exceptional/mailers_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_mailers ⇒ Object
8 9 10 |
# File 'lib/generators/me_exceptional/mailers_generator.rb', line 8 def copy_mailers directory "me_exceptional", "app/mailers/#{:me_exceptional}" end |