changelog shortlog tags changeset file revisions annotate raw

config/routes.rb

revision 10: c7be8325050f
parent 9:5cf82beef889
child 12:755229281e85
--- a/config/routes.rb	Mon Mar 10 03:22:11 2008 +0900
+++ b/config/routes.rb	Mon Mar 10 03:24:46 2008 +0900
@@ -1,4 +1,6 @@ ActionController::Routing::Routes.draw d
 ActionController::Routing::Routes.draw do |map|
+  map.resources :orders
+
   map.resources :products
 
   map.resources :users