Sha256: 4112d51372441895bcc777e8ca57f3926ce121166a5410e3c6c2fdc0a8531bfc
Contents?: true
Size: 353 Bytes
Versions: 2
Compression:
Stored size: 353 Bytes
Contents
module Formtastic module Inputs # @see Formtastic::Inputs::Timeish Timeish module for documetation of date, time and datetime input options. class TimeInput include Base include Base::Timeish # we don't want year / month / day fragments in a time select def date_fragments [] end end end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
formtastic-2.0.0.rc1 | lib/formtastic/inputs/time_input.rb |
nuatt-formtastic-0.2.3 | lib/formtastic/inputs/time_input.rb |