class Formtastic::Inputs::SearchInput

def to_html

def to_html
  input_wrapping do
    label_html <<
    builder.search_field(method, input_html_options)
  end
end