Class: CustomPlan
- Inherits:
-
Zeus::Rails
- Object
- Zeus::Rails
- CustomPlan
- Defined in:
- lib/ro_commands/zeus_templates/custom_plan.rb
Instance Method Summary collapse
-
#git_flow ⇒ Object
def my_custom_command # see github.com/burke/zeus/blob/master/docs/ruby/modifying.md end.
- #rails ⇒ Object
Instance Method Details
#git_flow ⇒ Object
def my_custom_command
# see https://github.com/burke/zeus/blob/master/docs/ruby/modifying.md
end
13 14 15 |
# File 'lib/ro_commands/zeus_templates/custom_plan.rb', line 13 def git_flow RoCommands::GitFlow.start end |
#rails ⇒ Object
6 7 8 |
# File 'lib/ro_commands/zeus_templates/custom_plan.rb', line 6 def rails RoCommands::Rails.start end |