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