Class: Argus::Trail::Generators::ViewsGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Argus::Trail::Generators::ViewsGenerator
- Defined in:
- lib/generators/argus/trail/views/views_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_views ⇒ Object
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 |