Class: Notifly::Generators::ViewsGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Notifly::Generators::ViewsGenerator
- Defined in:
- lib/generators/notifly/views/views_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_views ⇒ Object
13 14 15 16 17 |
# File 'lib/generators/notifly/views/views_generator.rb', line 13 def copy_views notifications_templates if .notification? notifications_mails_templates if .mail? layout_files if .layout? end |