X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a8c63724f64ef47e94ed739193314161bbdf9e1b..HEAD:/app/models/concerns/redactable.rb diff --git a/app/models/concerns/redactable.rb b/app/models/concerns/redactable.rb index ccf04907f..3a1ccf8b7 100644 --- a/app/models/concerns/redactable.rb +++ b/app/models/concerns/redactable.rb @@ -11,7 +11,7 @@ module Redactable def redact!(redaction) # check that this version isn't the current version - raise OSM::APICannotRedactError if is_latest_version? + raise OSM::APICannotRedactError if latest_version? # make the change self.redaction = redaction