Class: Flow::Generators::InstallGenerator

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

Instance Method Summary collapse

Instance Method Details

#run_other_generatorsObject



6
7
8
9
10
# File 'lib/generators/flow/install/install_generator.rb', line 6

def run_other_generators
  generate "flow:application_flow"
  generate "flow:application_operation"
  generate "flow:application_state"
end