class Flow::Generators::InstallGenerator
Public Instance Methods
run_other_generators()
click to toggle source
# 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