# File lib/formtastic-bootstrap/inputs/base/wrapping.rb, line 51
        def wrapper_html_options
          super.tap do |options|
            options[:class] << " form-group"
            options[:class] << " has-error" if errors?
          end
        end