Sha256: ed27f36b80553f5c0b9696a57afc766ea3948137563d2d4faf5697108250efdf

Contents?: true

Size: 428 Bytes

Versions: 2

Compression:

Stored size: 428 Bytes

Contents

module FormtasticRebootstrap
  module Inputs
    class DatetimeInput < FormtasticRebootstrap::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

2 entries across 2 versions & 1 rubygems

Version Path
formtastic_rebootstrap-0.0.2 lib/formtastic_rebootstrap/inputs/datetime_input.rb
formtastic_rebootstrap-0.0.1 lib/formtastic_rebootstrap/inputs/datetime_input.rb