myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [2431] trunk/app/models/contribution.rb: switched


From: noreply
Subject: [myexperiment-hackers] [2431] trunk/app/models/contribution.rb: switched queries to use site viewings/downloads instead of total
Date: Wed, 9 Jun 2010 05:37:24 -0400 (EDT)

Revision
2431
Author
dgc
Date
2010-06-09 05:37:24 -0400 (Wed, 09 Jun 2010)

Log Message

switched queries to use site viewings/downloads instead of total

Modified Paths

Diff

Modified: trunk/app/models/contribution.rb (2430 => 2431)


--- trunk/app/models/contribution.rb	2010-06-09 05:11:32 UTC (rev 2430)
+++ trunk/app/models/contribution.rb	2010-06-09 09:37:24 UTC (rev 2431)
@@ -49,13 +49,13 @@
       },
 
       {
-        "order"  => "viewings_count DESC, rank DESC",
+        "order"  => "site_viewings_count DESC, rank DESC",
         "option" => "viewings",
         "label"  => "Most viewed"
       },
 
       {
-        "order"  => "downloads_count DESC, rank DESC",
+        "order"  => "site_downloads_count DESC, rank DESC",
         "option" => "downloads",
         "label"  => "Most downloaded"
       },

reply via email to

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