Class: Controll::Generators::FlowGenerator

Inherits:
Rails::Generators::NamedBase
  • Object
show all
Defined in:
lib/generators/controll/flow_handler_generator.rb

Instance Method Summary collapse

Instance Method Details

#main_flowObject



6
7
8
# File 'lib/generators/controll/flow_handler_generator.rb', line 6

def main_flow
  template 'flow.tt', "app/controll/flows/#{file_name}.rb"
end