public
Description: Resources for rspec developers/contributors
Homepage: http://rspec.info/
Clone URL: git://github.com/dchelimsky/rspec-dev.git
config/routes.rb.restore
aslakhellesoy (author)
Fri Aug 01 03:19:59 -0700 2008
commit  752161e9520731adf29d5504ef90fb6cb0f4e91c
tree    3709ce12a1f290e11a6b739bc5d94478e6716953
parent  9a7ce9ce371b1136380e97e34d33397966734b0f
...
1
 
 
 
 
2
3
...
1
2
3
4
5
6
7
0
@@ -1,3 +1,7 @@
0
 ActionController::Routing::Routes.draw do |map|
0
+  map.resources :surveys do |survey|
0
+    survey.resource :report, :controller =>'surveys/report'
0
+  end
0
+
0
   map.connect ':controller/:action/:id'
0
 end

Comments