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