Sha256: 7ee9c7566fc368944313110e2a8b341aad92c47254e16e4267eb07ce22e36985
Contents?: true
Size: 424 Bytes
Versions: 9
Compression:
Stored size: 424 Bytes
Contents
module FormtasticBootstrap module Inputs class DatetimeInput < FormtasticBootstrap::Inputs::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
9 entries across 9 versions & 1 rubygems