Method: Formtastic::Inputs::SearchInput#to_html

Defined in:
lib/formtastic/inputs/search_input.rb

#to_htmlObject



33
34
35
36
37
38
# File 'lib/formtastic/inputs/search_input.rb', line 33

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