Class: ApplicationForm::Generators::FormGenerator
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Rails::Generators::NamedBase
- ApplicationForm::Generators::FormGenerator
- Defined in:
- lib/generators/application_form/form_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_form ⇒ Object
9 10 11 |
# File 'lib/generators/application_form/form_generator.rb', line 9 def create_form template 'form.rb', File.join('app/forms', class_path, "#{file_name}_form.rb") end |