Method: Formtastic::Inputs::SelectInput#select_html

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

#select_htmlObject



173
174
175
# File 'lib/formtastic/inputs/select_input.rb', line 173

def select_html
  builder.select(input_name, collection, input_options, input_html_options)
end