Sha256: 17b0ca0e9d5b77869db71036ea2c3a8f6d702230ab989927f19a5cbcb1e6e3f7
Contents?: true
Size: 302 Bytes
Versions: 2
Compression:
Stored size: 302 Bytes
Contents
module FormtasticRebootstrap module Inputs class DateSelectInput < Formtastic::Inputs::DateSelectInput FRAGMENT_CLASSES = { :year => "col-xs-4", :month => "col-xs-5", :day => "col-xs-3" } include Base include Base::Timeish end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
formtastic_rebootstrap-0.0.2 | lib/formtastic_rebootstrap/inputs/date_select_input.rb |
formtastic_rebootstrap-0.0.1 | lib/formtastic_rebootstrap/inputs/date_select_input.rb |