Class: Controll::Generators::ExecutorGenerator
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Rails::Generators::NamedBase
- Controll::Generators::ExecutorGenerator
- Defined in:
- lib/generators/controll/executor_generator.rb
Instance Method Summary collapse
Instance Method Details
#main_flow ⇒ Object
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 |