# File lib/formtastic-bootstrap/inputs/base/html.rb, line 8
        def form_control_input_html_options
          orig_class = input_html_options[:class]
          new_class = [orig_class, "form-control"].compact.join(" ")
          input_html_options.merge(:class => new_class)
        end