Class: ActiveSaga::Generators::WorkflowGenerator

Inherits:
Rails::Generators::NamedBase
  • Object
show all
Defined in:
lib/generators/active_saga/workflow/workflow_generator.rb

Instance Method Summary collapse

Instance Method Details

#create_workflowObject



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