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