Class: Controll::Generators::ExecutorGenerator

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

Instance Method Summary collapse

Instance Method Details

#main_flowObject



8
9
10
# File 'lib/generators/controll/executor_generator.rb', line 8

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