Sha256: d2f92fcefdcb892f8de40fde16d4c86e663ee85138f109e523a15ae40e68c9fc

Contents?: true

Size: 302 Bytes

Versions: 1

Compression:

Stored size: 302 Bytes

Contents

module FormtasticBootstrap
  module Inputs
    class TimeSelectInput < Formtastic::Inputs::TimeSelectInput
      FRAGMENT_CLASSES = {
        :hour    => "col-xs-4",
        :minute  => "col-xs-4",
        :second => "col-xs-4"
      }

      include Base
      include Base::Timeish
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
formtastic-bootstrap-3.1.1 lib/formtastic-bootstrap/inputs/time_select_input.rb