Sha256: c83575db94936a8c33d80994c5fd589a88bb73e49f1bdb576a66f15f34dc81c1
Contents?: true
Size: 404 Bytes
Versions: 2
Compression:
Stored size: 404 Bytes
Contents
module FormtasticRebootstrap module Inputs class TimeInput < FormtasticRebootstrap::Inputs::TimeSelectInput def to_html ::ActiveSupport::Deprecation.warn("TimeInput (:as => :time) has been renamed to TimeSelectInput (:as => :time_select) and will be removed or changed in the next version of Formtastic, please update your forms.", caller(2)) super end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
formtastic_rebootstrap-0.0.2 | lib/formtastic_rebootstrap/inputs/time_input.rb |
formtastic_rebootstrap-0.0.1 | lib/formtastic_rebootstrap/inputs/time_input.rb |