;
define_routes do |map|
map.connect "en/shop/:action/:id", :controller => 'shop', :language
=> 'en-US'
map.connect "nl/shop/:action/:id", :controller => 'shop', :language
=> 'nl-BE'
end
Sean Cribbs wrote:
> Benny,
>
> Would you paste us the route definitions?
>
> Sean
--
Posted via http://www.ruby-forum.com/.