Class: Orthoses::Rails::Generators::InstallGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/orthoses/rails/install_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_rake_task_fileObject



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