Sha256: 1593ba8d0f2f8457b62937ee3816180875509ffa4f01f5edcce83aa5f7377d35
Contents?: true
Size: 321 Bytes
Versions: 2
Compression:
Stored size: 321 Bytes
Contents
module FormtasticRebootstrap module Inputs class CountryInput < Formtastic::Inputs::CountryInput include Base def to_html bootstrap_wrapping do builder.country_select(method, priority_countries, input_options, form_control_input_html_options) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
formtastic_rebootstrap-0.0.2 | lib/formtastic_rebootstrap/inputs/country_input.rb |
formtastic_rebootstrap-0.0.1 | lib/formtastic_rebootstrap/inputs/country_input.rb |