# File lib/generators/simple_form/install_generator.rb, line 9
      def info_bootstrap
        return if options.bootstrap?
        puts "SimpleForm 2 supports Twitter bootstrap. In case you want to " \
          "generate bootstrap configuration, please re-run this " \
          "generator passing --bootstrap as option."
      end