I have to serve rails generated zip files. For example from the following REST route: http://foo.com/controller/show/filename.zip
How i need to map routes.rb to allow the routing of zip files (instead searching for static files in /public) to my controller?