myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [1891] trunk/app/helpers/application_helper.rb: P


From: noreply
Subject: [myexperiment-hackers] [1891] trunk/app/helpers/application_helper.rb: Packs now treated as " downloadable" objects - helper method in "application_helper.rb" updated accordingly.
Date: Tue, 28 Oct 2008 11:22:20 -0400 (EDT)

Revision
1891
Author
alekses6
Date
2008-10-28 11:22:19 -0400 (Tue, 28 Oct 2008)

Log Message

Packs now treated as "downloadable" objects - helper method in "application_helper.rb" updated accordingly.

Modified Paths

Diff

Modified: trunk/app/helpers/application_helper.rb (1890 => 1891)


--- trunk/app/helpers/application_helper.rb	2008-10-28 15:18:41 UTC (rev 1890)
+++ trunk/app/helpers/application_helper.rb	2008-10-28 15:22:19 UTC (rev 1891)
@@ -1201,7 +1201,7 @@
   end
   
   def downloadable?(type)
-    if ['workflow', 'blob'].include? type.downcase
+    if ['workflow', 'blob', 'pack'].include? type.downcase
       return true
     else
       return false

reply via email to

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