Class: Orthoses::Rails::Generators::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Orthoses::Rails::Generators::InstallGenerator
- Defined in:
- lib/generators/orthoses/rails/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_rake_task_file ⇒ Object
12 13 14 |
# File 'lib/generators/orthoses/rails/install_generator.rb', line 12 def copy_rake_task_file copy_file "rails.rake", "lib/tasks/orthoses/rails.rake" end |