myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [3331] branches/wf4ever/config/routes.rb: Avoid o


From: noreply
Subject: [myexperiment-hackers] [3331] branches/wf4ever/config/routes.rb: Avoid overloading pack_resource route for wfrun
Date: Tue, 22 Jan 2013 16:03:25 +0000 (UTC)

Revision
3331
Author
stain
Date
2013-01-22 16:03:25 +0000 (Tue, 22 Jan 2013)

Log Message

Avoid overloading pack_resource route for wfrun

Modified Paths

Diff

Modified: branches/wf4ever/config/routes.rb (3330 => 3331)


--- branches/wf4ever/config/routes.rb	2013-01-22 16:03:18 UTC (rev 3330)
+++ branches/wf4ever/config/routes.rb	2013-01-22 16:03:25 UTC (rev 3331)
@@ -114,7 +114,7 @@
 
   map.pack_resource_update  '/packs/:id/resources/:resource_path;update', :controller => 'packs', :action ="" 'update_resource_annotations',  :conditions => { :method => :post }, :requirements => { :resource_path => /[^;]+/ }
 
-  map.pack_resource  '/packs/:id/wfrun/:resource_path', :controller => 'packs', :action ="" 'wfrun', :conditions => { :method => :get }, :requirements => { :resource_path => /[^;]+/ }
+  map.pack_wfrun  '/packs/:id/wfrun/:resource_path', :controller => 'packs', :action ="" 'wfrun', :conditions => { :method => :get }, :requirements => { :resource_path => /[^;]+/ }
 
   
   # workflows (downloadable)

reply via email to

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