Class: Omnibot::Generators::WorkflowGenerator
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Rails::Generators::NamedBase
- Omnibot::Generators::WorkflowGenerator
- Defined in:
- lib/generators/omnibot/workflow/workflow_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_workflow ⇒ Object
8 9 10 11 |
# File 'lib/generators/omnibot/workflow/workflow_generator.rb', line 8 def create_workflow template "workflow.rb.tt", "app/workflows/#{file_name}_workflow.rb" template "workflow_spec.rb.tt", "spec/workflows/#{file_name}_workflow_spec.rb" end |