# File lib/formtastic-bootstrap/inputs/hidden_input.rb, line 5
      def to_html
        bootstrap_wrapping do
          builder.hidden_field(method, input_html_options)
        end
      end