projects
/
arvados.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
8128: Add Locked state to Container model.
[arvados.git]
/
services
/
api
/
lib
/
has_uuid.rb
diff --git
a/services/api/lib/has_uuid.rb
b/services/api/lib/has_uuid.rb
index 06c7d0cacfafe6a3b86403db5707a1585151979f..e0a56134fc2fbbaffe0674c9d425c1bd25bb31c9 100644
(file)
--- a/
services/api/lib/has_uuid.rb
+++ b/
services/api/lib/has_uuid.rb
@@
-45,7
+45,7
@@
module HasUuid
end
else
if self.new_record?
- self.errors.add(:uuid, "assignment not permitt
i
d")
+ self.errors.add(:uuid, "assignment not permitt
e
d")
else
self.errors.add(:uuid, "change not permitted")
end