module BootstrapForm::Inputs::TimeZoneSelect
Public Instance Methods
time_zone_select_with_bootstrap(method, priority_zones=nil, options={}, html_options={})
click to toggle source
# File lib/bootstrap_form/inputs/time_zone_select.rb, line 10 def time_zone_select_with_bootstrap(method, priority_zones=nil, options={}, html_options={}) form_group_builder(method, options, html_options) do input_with_error(method) do time_zone_select_without_bootstrap(method, priority_zones, options, html_options) end end end