Where images is a resource setup via map.resources :images. I want to
take advantage of caching, and caching ignores parameters. So I need to
make size optional in the url:
/images/1/500.jpg
Something like that where the size can be built into the URL. I looked
through all of the map.resources documentation and couldn't find
anything to do this. Any ideas how I can accomplish this?