Class: BootstrapForms::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- BootstrapForms::InstallGenerator
- Defined in:
- lib/generators/bootstrap_forms/install/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#generate_insall ⇒ Object
5 6 7 8 |
# File 'lib/generators/bootstrap_forms/install/install_generator.rb', line 5 def generate_insall copy_file 'bootstrap_form_builder.rb', 'app/form_builders/bootstrap_form_builder.rb' copy_file 'bootstrap_forms.rb', 'config/initializers/bootstrap_forms.rb' end |