class FormtasticBootstrap::Inputs::SelectInput
Public Instance Methods
to_html()
click to toggle source
# File lib/formtastic-bootstrap/inputs/select_input.rb, line 8 def to_html bootstrap_wrapping do builder.select(input_name, collection, input_options, form_control_input_html_options) end end