3410: Rename maybe_clear_redundancy_confirmed to maybe_clear_replication_confirmed.
[arvados.git] / services / api / app / models / collection.rb
index 1b07e507da31eb9a394fafa3e7e09e9eaeb260b7..ebe88b47750305d758faa05af705caaf9e629c7f 100644 (file)
@@ -9,7 +9,7 @@ class Collection < ArvadosModel
   before_validation :check_signatures
   before_validation :strip_manifest_text
   before_validation :set_portable_data_hash
-  before_validation :maybe_clear_redundancy_confirmed
+  before_validation :maybe_clear_replication_confirmed
   validate :ensure_hash_matches_manifest_text
   before_save :set_file_names
 
@@ -324,7 +324,7 @@ class Collection < ArvadosModel
      portable_manifest.bytesize.to_s)
   end
 
-  def maybe_clear_redundancy_confirmed
+  def maybe_clear_replication_confirmed
     if manifest_text_changed?
       # If the new manifest_text contains locators whose hashes
       # weren't in the old manifest_text, storage replication is no