Method: SimpleForm::Generators::InstallGenerator#info_bootstrap
- Defined in:
- lib/generators/simple_form/install_generator.rb
#info_bootstrap ⇒ Object
11 12 13 14 15 16 |
# File 'lib/generators/simple_form/install_generator.rb', line 11 def info_bootstrap return if .bootstrap? || .foundation? puts "SimpleForm supports Bootstrap 5 and Zurb Foundation 5. If you want "\ "a configuration that is compatible with one of these frameworks, then please " \ "re-run this generator with --bootstrap or --foundation as an option." end |