class FormtasticRebootstrap::Inputs::CountryInput

Public Instance Methods

to_html() click to toggle source
# File lib/formtastic_rebootstrap/inputs/country_input.rb, line 6
def to_html
  bootstrap_wrapping do
    builder.country_select(method, priority_countries, input_options, form_control_input_html_options)
  end
end