Sha256: 0218bde979c870279a53d797a7a355f3eb42a3b35913c0ed1b6f2689cbe63bd1
Contents?: true
Size: 363 Bytes
Versions: 6
Compression:
Stored size: 363 Bytes
Contents
module Formtastic module Inputs class TimeInput < 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
6 entries across 6 versions & 1 rubygems