Displaying 1 result from an estimated 1 matches for "unknown_control".
2006 Mar 15
2
Route for any image?
I want to create a route for any image. This is in order to create an email
report explaining what the missing image is. I could create a route for
each directory that currently has images in it but wanted something more
general like:
map.connect "/**/*.gif", :controller => ''image_handler'', :action =>
''handle_image''
Which doesn''t