Class: Notifications::Generators::ViewsGenerator

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

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#copy_viewsObject



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