#
# Then reference it with the named route:
# image_tag graph_url(:action => 'show', :id => 42)
- map.graph "graphs/:action/:id/image.png", :controller => "graphs"
- map.graph "graphs/:action/image.png", :controller => "graphs" #pics w/o id's
+ map.graph "graph/:action/:id/graph.png", :controller => "graph"
# Install the default route as the lowest priority.
map.connect ':controller/:action/:id.:format'