Class: Webcli::Generators::CopyfilesGenerator

Inherits:
Base
  • Object
show all
Defined in:
lib/generators/webcli/copyfiles/copyfiles_generator.rb

Instance Method Summary collapse

Methods inherited from Base

banner, source_root

Instance Method Details

#create_filesObject



7
8
9
# File 'lib/generators/webcli/copyfiles/copyfiles_generator.rb', line 7

def create_files
  copy_file '~/lib/ruby/rails/plugins/webcli/app/controllers/webcli/commands_controller.rb', 'app/controllers/commands_controller.rb'
end