Class: ActiveSaga::Generators::WorkflowGenerator
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Rails::Generators::NamedBase
- ActiveSaga::Generators::WorkflowGenerator
- Defined in:
- lib/generators/active_saga/workflow/workflow_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_workflow ⇒ Object
12 13 14 |
# File 'lib/generators/active_saga/workflow/workflow_generator.rb', line 12 def create_workflow template "workflow.rb", File.join("app/workflows", class_path, "#{file_name}.rb") end |