]> git.openstreetmap.org Git - rails.git/blobdiff - lib/redactable.rb
Merge remote-tracking branch 'upstream/pull/1799'
[rails.git] / lib / redactable.rb
index 6adfec72a6aa1d0e8c1b039b16825a2843c09615..d827cfd7462aa318a11c4754434ccd311dab4a7f 100644 (file)
@@ -13,7 +13,7 @@ module Redactable
 
   def redact!(redaction)
     # check that this version isn't the current version
-    raise OSM::APICannotRedactError.new if is_latest_version?
+    raise OSM::APICannotRedactError if is_latest_version?
 
     # make the change
     self.redaction = redaction