Class: Argus::Trail::Generators::ViewsGenerator

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

Instance Method Summary collapse

Instance Method Details

#copy_viewsObject



11
12
13
14
# File 'lib/generators/argus/trail/views/views_generator.rb', line 11

def copy_views
  directory "argus/trail", "app/views/argus/trail"
  directory "layouts/argus/trail", "app/views/layouts/argus/trail"
end