search for: alt_imag

Displaying 1 result from an estimated 1 matches for "alt_imag".

Did you mean: alt_image
2005 Dec 14
0
Another routing question
...easily within the controller but wonder if it''s even possible within the routing. To reduce the problem slightly, I''d basically like to be able to create a route similar to.. map.connect ''images/:action/:image'', :controller => ''images'', :alt_image => :image ..where :alt_image gets the content of the :image part of the url. I just did some digging into the routing and notice that map.connect actually returns me a component. I was wondering if I could amend this object, although I don''t think that would be great. Are there...