Class: Noodall::Articles::ViewsGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/noodall/articles/views/views_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_viewsObject



4
5
6
# File 'lib/generators/noodall/articles/views/views_generator.rb', line 4

def copy_views
  directory "views", "app/views"
end