Class: ApplicationForm::Generators::FormGenerator

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

Instance Method Summary collapse

Instance Method Details

#create_formObject



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