[Radiant] inconsistent routing

Benny Degezelle benny at gorilla-webdesign.be
Thu Feb 21 13:26:13 CST 2008


;
  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/.



More information about the Radiant mailing list