Class: Webcli::Generators::CopyfilesGenerator
- Defined in:
- lib/generators/webcli/copyfiles/copyfiles_generator.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#create_files ⇒ Object
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 |