Sha256: 1a30942c513667c631128fd8a87afb7ca12cd0700861d94ca4cd2c29686aa826

Contents?: true

Size: 404 Bytes

Versions: 2

Compression:

Stored size: 404 Bytes

Contents

module FormtasticRebootstrap
  module Inputs
    class DateInput < FormtasticRebootstrap::Inputs::DateSelectInput
      def to_html
        ::ActiveSupport::Deprecation.warn("DateInput (:as => :date) has been renamed to DateSelectInput (:as => :date_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/date_input.rb
formtastic_rebootstrap-0.0.1 lib/formtastic_rebootstrap/inputs/date_input.rb