Class: HorsePower::AppEnvironmentGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- HorsePower::AppEnvironmentGenerator
- Defined in:
- lib/generators/horse_power/app_environment/app_environment_generator.rb
Instance Method Summary collapse
Instance Method Details
#sprint ⇒ Object
5 6 7 8 9 10 11 12 |
# File 'lib/generators/horse_power/app_environment/app_environment_generator.rb', line 5 def sprint createDev createTest createPro addToApplication createSettings serverSetup end |