X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/8fe18995964717ff6f88858291c6f464cc40397f..5de04a8cc286c7a53aac83ec9e89cb6a59e6fbaf:/lib/redactable.rb?ds=inline diff --git a/lib/redactable.rb b/lib/redactable.rb index ca98b714e..6adfec72a 100644 --- a/lib/redactable.rb +++ b/lib/redactable.rb @@ -13,7 +13,7 @@ module Redactable def redact!(redaction) # check that this version isn't the current version - fail OSM::APICannotRedactError.new if is_latest_version? + raise OSM::APICannotRedactError.new if is_latest_version? # make the change self.redaction = redaction