Sha256: 36cf433d3cc9113daf626ff1606b02e170d1a221bfe5113181b2cecbacde1469
Contents?: true
Size: 306 Bytes
Versions: 9
Compression:
Stored size: 306 Bytes
Contents
module FormtasticBootstrap module Inputs class TimeZoneInput < Formtastic::Inputs::TimeZoneInput include Base def to_html bootstrap_wrapping do builder.time_zone_select(method, priority_zones, input_options, input_html_options) end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems