Class: OscMacheteRails::WorkflowModelGenerator

Inherits:
Rails::Generators::NamedBase
  • Object
show all
Defined in:
lib/generators/osc_machete_rails/workflow_model/workflow_model_generator.rb

Instance Method Summary collapse

Constructor Details

#initialize(args, *options) ⇒ WorkflowModelGenerator

Returns a new instance of WorkflowModelGenerator.



4
5
6
7
8
# File 'lib/generators/osc_machete_rails/workflow_model/workflow_model_generator.rb', line 4

def initialize(args, *options)
  args |= %w(staged_dir:string)

  super
end