I know this isn't all that Rails friendly but is it possible to do
catch-all routing so that some value can be passed in as if it were a
controller for example

http://localhost:3000/ford/thunderbird
http://localhost:3000/gm/solstice

I know you can do it like this

http://localhost:3000/manufacturers/ford/thunderbird
http://localhost:3000/manufacturers/gm/solstice

but is it possible to skip the controller name?

TIA.

GP
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
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-talk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to