Class: Notifications::Generators::ViewsGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Notifications::Generators::ViewsGenerator
- Defined in:
- lib/generators/notifications/views_generator.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#copy_views ⇒ Object
8 9 10 11 |
# File 'lib/generators/notifications/views_generator.rb', line 8 def copy_views directory 'app/views/notifications', 'app/views/notifications' template 'app/assets/stylesheets/notifications.scss', 'app/assets/stylesheets/notifications.scss' end |