14873: Fixes unit tests.
[arvados.git] / services / api / app / models / link.rb
index ac3efe310dc6435ae5b4b303991778c84838eb41..a95feb83cdaf4cb6362ee7c7ab5a4e70cad43d49 100644 (file)
@@ -6,7 +6,10 @@ class Link < ArvadosModel
   include HasUuid
   include KindAndEtag
   include CommonApiTemplate
-  serialize :properties, Hash
+
+  # Posgresql JSONB columns should NOT be declared as serialized, Rails 5
+  # already know how to properly treat them.
+
   before_create :permission_to_attach_to_objects
   before_update :permission_to_attach_to_objects
   after_update :maybe_invalidate_permissions_cache