Sha256: 9375cbedb461e95472365bde25841206b01857c2d1ba1b4df75125d045c57afd

Contents?: true

Size: 300 Bytes

Versions: 3

Compression:

Stored size: 300 Bytes

Contents

module FormtasticBootstrap
  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

3 entries across 3 versions & 1 rubygems

Version Path
formtastic-bootstrap-3.1.1 lib/formtastic-bootstrap/inputs/date_select_input.rb
formtastic-bootstrap-3.1.0 lib/formtastic-bootstrap/inputs/date_select_input.rb
formtastic-bootstrap-3.0.0 lib/formtastic-bootstrap/inputs/date_select_input.rb