class FormtasticBootstrap::Inputs::SelectInput

Public Instance Methods

to_html() click to toggle source
# File lib/formtastic-bootstrap/inputs/select_input.rb, line 6
def to_html
  generic_input_wrapping do
    options[:group_by] ? grouped_select_html : select_html
  end
end