myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [3611] trunk/config/routes.rb: Re-added routes fo


From: noreply
Subject: [myexperiment-hackers] [3611] trunk/config/routes.rb: Re-added routes for ontologies and predicates
Date: Thu, 18 Jul 2013 12:45:59 +0000 (UTC)

Revision
3611
Author
fbacall
Date
2013-07-18 12:45:59 +0000 (Thu, 18 Jul 2013)

Log Message

Re-added routes for ontologies and predicates

Modified Paths

Diff

Modified: trunk/config/routes.rb (3610 => 3611)


--- trunk/config/routes.rb	2013-07-18 12:40:29 UTC (rev 3610)
+++ trunk/config/routes.rb	2013-07-18 12:45:59 UTC (rev 3611)
@@ -25,6 +25,12 @@
                    :render_output => :get }
   end
 
+  # Ontologies
+  map.resources :ontologies
+
+  # Predicates
+  map.resources :predicates
+
   # mashup
   map.resource :mashup, :controller => 'mashup'
   

reply via email to

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