X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/094855be22a06ceeef5366bdf103b303deb38a12..85e99d3127e5febcf4698c9d2576f653775af787:/app/models/changeset.rb diff --git a/app/models/changeset.rb b/app/models/changeset.rb index 803cbb52f..d13974fd9 100644 --- a/app/models/changeset.rb +++ b/app/models/changeset.rb @@ -19,7 +19,6 @@ class Changeset < ActiveRecord::Base validates_numericality_of :min_lat, :max_lat, :min_lon, :max_lat, :allow_nil => true, :integer_only => true validates_numericality_of :user_id, :integer_only => true validates_numericality_of :num_changes, :integer_only => true, :greater_than_or_equal_to => 0 - validates_associated :user # over-expansion factor to use when updating the bounding box EXPAND = 0.1