changelog shortlog tags changeset file revisions annotate raw

config/routes.rb

revision 12: 755229281e85
parent 10:c7be8325050f
child 13:907a36cf5ba1
--- a/config/routes.rb	Mon Mar 10 03:24:46 2008 +0900
+++ b/config/routes.rb	Mon Mar 10 03:51:59 2008 +0900
@@ -1,4 +1,6 @@ ActionController::Routing::Routes.draw d
 ActionController::Routing::Routes.draw do |map|
+  map.resources :order_items
+
   map.resources :orders
 
   map.resources :products