X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/aef7439c56cc26ec3faa22aa851f6ed80e5fb691..cbcc7dc49f83f60489fde04b0750cf081e7439fb:/app/models/old_relation.rb diff --git a/app/models/old_relation.rb b/app/models/old_relation.rb index 7f9a747e6..c36d64572 100644 --- a/app/models/old_relation.rb +++ b/app/models/old_relation.rb @@ -99,7 +99,7 @@ class OldRelation < ApplicationRecord # check whether this element is the latest version - that is, # has the same version as its "current" counterpart. - def is_latest_version? + def latest_version? current_relation.version == version end end