X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0ca779e5bd2b53e83331640d21945b9fb06b2c8c..02fbcf5f06917d7dea546b90932da82b8ed29d2a:/app/models/relation.rb?ds=sidebyside diff --git a/app/models/relation.rb b/app/models/relation.rb index 81f178997..9836ef4f1 100644 --- a/app/models/relation.rb +++ b/app/models/relation.rb @@ -221,6 +221,9 @@ class Relation < ActiveRecord::Base old_relation = OldRelation.from_relation(self) old_relation.timestamp = t old_relation.save_with_dependencies! + + # update the bbox of the changeset and save it too. + # FIXME: what is the bounding box of a relation? end end