myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [2535] trunk/app/controllers/workflows_controller


From: noreply
Subject: [myexperiment-hackers] [2535] trunk/app/controllers/workflows_controller.rb: fixed whitespace bug in tag suggestions
Date: Thu, 11 Nov 2010 10:42:00 -0500 (EST)

Revision
2535
Author
dgc
Date
2010-11-11 10:42:00 -0500 (Thu, 11 Nov 2010)

Log Message

fixed whitespace bug in tag suggestions

Modified Paths

Diff

Modified: trunk/app/controllers/workflows_controller.rb (2534 => 2535)


--- trunk/app/controllers/workflows_controller.rb	2010-11-11 12:45:18 UTC (rev 2534)
+++ trunk/app/controllers/workflows_controller.rb	2010-11-11 15:42:00 UTC (rev 2535)
@@ -565,7 +565,7 @@
     end
 
     params[:tag_list].split(',').each do |tag|
-      @workflow.add_tag(tag, current_user)
+      @workflow.add_tag(tag.strip, current_user)
     end
 
     redirect_to(workflow_url(@workflow))

reply via email to

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