Sha256: 7a4eb50f133373949d4c6fb517884808dd8ad0456127bb1360e4021291e38e96
Contents?: true
Size: 315 Bytes
Versions: 23
Compression:
Stored size: 315 Bytes
Contents
module FlexaFormtasticBootstrap module Inputs class TimeZoneInput < Formtastic::Inputs::TimeZoneInput include Base def to_html generic_input_wrapping do builder.time_zone_select(method, priority_zones, input_options, input_html_options) end end end end end
Version data entries
23 entries across 23 versions & 1 rubygems