X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2122d1843ebee7dd3fe21a0b647cfd9e3750dfb7..8938ab79975d4152a4d6d3c8ceafdbda30b6b367:/app/models/way.rb diff --git a/app/models/way.rb b/app/models/way.rb index 933cb7c8b..767289d58 100644 --- a/app/models/way.rb +++ b/app/models/way.rb @@ -41,8 +41,6 @@ class Way < ApplicationRecord :numericality => { :on => :update, :only_integer => true } validates :version, :presence => true, :numericality => { :only_integer => true } - validates :changeset_id, :presence => true, - :numericality => { :only_integer => true } validates :timestamp, :presence => true validates :changeset, :associated => true validates :visible, :inclusion => [true, false]