myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [1994] branches/event_logging/app/helpers/applica


From: noreply
Subject: [myexperiment-hackers] [1994] branches/event_logging/app/helpers/application_helper.rb: Minor update to previous commit.
Date: Thu, 20 Nov 2008 10:39:20 -0500 (EST)

Revision
1994
Author
alekses6
Date
2008-11-20 10:39:20 -0500 (Thu, 20 Nov 2008)

Log Message

Minor update to previous commit.

Modified Paths

Diff

Modified: branches/event_logging/app/helpers/application_helper.rb (1993 => 1994)


--- branches/event_logging/app/helpers/application_helper.rb	2008-11-20 15:37:04 UTC (rev 1993)
+++ branches/event_logging/app/helpers/application_helper.rb	2008-11-20 15:39:20 UTC (rev 1994)
@@ -1650,7 +1650,7 @@
       # array initialization statement needed to avoid ActiveRecord::AssociationTypeMismatch exception
       users_stuff = []
       # user's contributions will contain all workflows/files/packs where the user is original uploader
-      users_stuff.concat (contributor.contributions.collect { |c_ution| c_ution.contributable })
+      users_stuff.concat(contributor.contributions.collect { |c_ution| c_ution.contributable })
       # workflows, where WF versions uploaded by the user (when they are not the original uploader) - these aren't included into user's contributions
       users_stuff.concat(contributor.workflow_versions)
       

reply via email to

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