class Trestle::Form::Fields::SearchField

Public Instance Methods

field() click to toggle source
# File lib/trestle/form/fields/search_field.rb, line 2
def field
  builder.raw_search_field(name, options)
end