Changeset 1135
- Timestamp:
- 09/24/06 18:29:02 (2 years ago)
- Files:
-
- peasantonline/config/routes.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
peasantonline/config/routes.rb
r1126 r1135 16 16 map.checkout 'cart/checkout', :controller => "catalog", :action => "checkout" 17 17 map.view_cart 'cart/view', :controller => "catalog", :action => "view_cart" 18 map.thanks 'thanks', :controller => "catalog", :action => "thanks" 18 19 map.sitemap 'sitemap', :controller => "catalog", :action => "sitemap" 19 20