Re: [Rails] route conflict - help resolving

2010-05-18 Thread Rick DeNatale
On Tue, May 18, 2010 at 1:16 AM, sso wrote: > These are the routes I would like: >  map.forums_new_topic 'forums/:forum_id/:subsection_id/topics/ > new', :controller => "topics", :action => "new" >  map.forums_show_topic > 'forums/:forum_id/:subsection_id/:topic_id', :controller => > "topics", :ac

[Rails] route conflict - help resolving

2010-05-17 Thread sso
These are the routes I would like: map.forums_new_topic 'forums/:forum_id/:subsection_id/topics/ new', :controller => "topics", :action => "new" map.forums_show_topic 'forums/:forum_id/:subsection_id/:topic_id', :controller => "topics", :action => "show" however no matter which order they're i