Class: Nivo::Generators::ViewsGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Nivo::Generators::ViewsGenerator
- Defined in:
- lib/rails/generators/nivo/views_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_views ⇒ Object
13 14 15 |
# File 'lib/rails/generators/nivo/views_generator.rb', line 13 def copy_views directory "nivo", "app/views/#{scope || :nivo}" end |