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

Version Path
formtastic-2.3.0.rc3 lib/formtastic/inputs/time_input.rb
formtastic-2.3.0.rc2 lib/formtastic/inputs/time_input.rb
formtastic-2.3.0.rc lib/formtastic/inputs/time_input.rb
formtastic-2.2.1 lib/formtastic/inputs/time_input.rb
formtastic-2.2.0 lib/formtastic/inputs/time_input.rb
formtastic-2.2.0.rc lib/formtastic/inputs/time_input.rb