Method: Formtastic::Inputs::SelectInput#label_html_options

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

#label_html_optionsObject



185
186
187
# File 'lib/formtastic/inputs/select_input.rb', line 185

def label_html_options
  super.merge(:for => input_html_options[:id])
end