Class: Bento::Generators::ViewsGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Bento::Generators::ViewsGenerator
- Defined in:
- lib/generators/bento/views_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_views ⇒ Object
9 10 11 |
# File 'lib/generators/bento/views_generator.rb', line 9 def copy_views directory "bento", "app/views/#{scope}" end |