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
Sorry I should have mentioned that I won't know the manufacturer names
ahead of time (in other words, I want to make it data driven). That's
what I meant by catch-all.
First on is not great and you need to handle 404s in that
controller... the second is well an example from a 404 controller BUT
it shows the *path example... if you do /bla1/bla2/bla3 that's what
you get in the params...