Class: Flow::Generators::FlowGenerator
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Rails::Generators::NamedBase
- Flow::Generators::FlowGenerator
- Defined in:
- lib/generators/flow/flow_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_application_flow ⇒ Object
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 |