class SimpleForm::Generators::InstallGenerator

def info_bootstrap

def info_bootstrap
  return if options.bootstrap? || options.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