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 in it seems like it always tries
to use the "show" route and it crashes because "topics" isn't a id.

Suggestions?  Am I doing this the right way?

Thanks! :)

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to