fix default Link#properties
authorTom Clegg <tom@clinicalfuture.com>
Mon, 28 Jan 2013 23:16:09 +0000 (15:16 -0800)
committerTom Clegg <tom@clinicalfuture.com>
Mon, 28 Jan 2013 23:16:09 +0000 (15:16 -0800)
app/models/link.rb

index b17b09c12e30e2d463f9b9d19562da4efcf25227..153f6c223b497ee725b834b707c69b7649e0f267 100644 (file)
@@ -21,8 +21,8 @@ class Link < OrvosModel
     t.add :properties
   end
 
-  def info
-    @info ||= Hash.new
+  def properties
+    @properties ||= Hash.new
     super
   end