Class: Notifly::Generators::ViewsGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/notifly/views/views_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_viewsObject



13
14
15
16
17
# File 'lib/generators/notifly/views/views_generator.rb', line 13

def copy_views
  notifications_templates if options.notification?
  notifications_mails_templates if options.mail?
  layout_files if options.layout?
end