myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3460] trunk/app/models/pack_contributable_entry.


From: noreply
Subject: [myexperiment-hackers] [3460] trunk/app/models/pack_contributable_entry.rb: Fixed issue with pack items not displaying the correct contributable version in the REST API
Date: Mon, 4 Mar 2013 10:11:22 +0000 (UTC)

Revision
3460
Author
fbacall
Date
2013-03-04 10:11:22 +0000 (Mon, 04 Mar 2013)

Log Message

Fixed issue with pack items not displaying the correct contributable version in the REST API

Modified Paths

Diff

Modified: trunk/app/models/pack_contributable_entry.rb (3459 => 3460)


--- trunk/app/models/pack_contributable_entry.rb	2013-03-01 15:56:34 UTC (rev 3459)
+++ trunk/app/models/pack_contributable_entry.rb	2013-03-04 10:11:22 UTC (rev 3460)
@@ -85,7 +85,7 @@
   end
 
   def item_as_list
-    return [contributable]
+    return [get_contributable_version]
   end
 
   def touch_pack

reply via email to

[Prev in Thread] Current Thread [Next in Thread]