class Flow::Generators::FlowGenerator
Public Instance Methods
create_application_flow()
click to toggle source
# 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