Changeset 1135

Show
Ignore:
Timestamp:
09/24/06 18:29:02 (2 years ago)
Author:
jm3
Message:

route for thanks page

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • peasantonline/config/routes.rb

    r1126 r1135  
    1616        map.checkout  'cart/checkout',  :controller => "catalog", :action => "checkout" 
    1717        map.view_cart 'cart/view',      :controller => "catalog", :action => "view_cart" 
     18        map.thanks    'thanks',         :controller => "catalog", :action => "thanks" 
    1819        map.sitemap   'sitemap',        :controller => "catalog", :action => "sitemap" 
    1920