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