Merge branch '8784-dir-listings'
[arvados.git] / services / api / app / models / link.rb
index 649a6f80c281fc83f2d6eaf4b0fc80fe82c28ce6..dc961667b0cd474301c817a3c87c9717ba4424f7 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class Link < ArvadosModel
   include HasUuid
   include KindAndEtag
@@ -20,11 +24,6 @@ class Link < ArvadosModel
     t.add :properties
   end
 
-  def properties
-    @properties ||= Hash.new
-    super
-  end
-
   def head_kind
     if k = ArvadosModel::resource_class_for_uuid(head_uuid)
       k.kind