myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [3366] branches/wf4ever/app/controllers/packs_con


From: noreply
Subject: [myexperiment-hackers] [3366] branches/wf4ever/app/controllers/packs_controller.rb: added slash onto the end of the RO URI as temporary fix
Date: Tue, 29 Jan 2013 09:29:58 +0000 (UTC)

Revision
3366
Author
dgc
Date
2013-01-29 09:29:56 +0000 (Tue, 29 Jan 2013)

Log Message

added slash onto the end of the RO URI as temporary fix

Modified Paths

Diff

Modified: branches/wf4ever/app/controllers/packs_controller.rb (3365 => 3366)


--- branches/wf4ever/app/controllers/packs_controller.rb	2013-01-28 16:40:00 UTC (rev 3365)
+++ branches/wf4ever/app/controllers/packs_controller.rb	2013-01-29 09:29:56 UTC (rev 3366)
@@ -265,7 +265,7 @@
     respond_to do |format|
       if @pack.save
 
-        @pack.update_attribute(:ro_uri, "address@hidden") if @pack.ro_uri.blank?
+        @pack.update_attribute(:ro_uri, "address@hidden/") if @pack.ro_uri.blank?
 
         if params[:pack][:tag_list]
           @pack.tags_user_id = current_user

reply via email to

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