Class: Hello::ViewsGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Hello::ViewsGenerator
- Defined in:
- lib/generators/hello/views/views_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_the_views ⇒ Object
6 7 8 |
# File 'lib/generators/hello/views/views_generator.rb', line 6 def copy_the_views directory 'app/views/hello' end |