Sha256: b103eb214d8611b60e28b1b613762338b9c80f3025a61d4b09a7eb66ea820cdb
Contents?: true
Size: 387 Bytes
Versions: 6
Compression:
Stored size: 387 Bytes
Contents
module Formtastic module Inputs class DatetimeInput < DatetimeSelectInput def to_html ::ActiveSupport::Deprecation.warn("DatetimeInput (:as => :datetime) has been renamed to DatetimeSelectInput (:as => :datetime_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