Class: Flow::Generators::FlowGenerator

Inherits:
Rails::Generators::NamedBase
  • Object
show all
Defined in:
lib/generators/flow/flow_generator.rb

Instance Method Summary collapse

Instance Method Details

#create_application_flowObject



13
14
15
# File 'lib/generators/flow/flow_generator.rb', line 13

def create_application_flow
  template "flow.rb.erb", File.join("app/flows/", class_path, "#{file_name}_flow.rb")
end