Custom routes

Not sure if this is the best way to go about this, so hopefully
someone else will comment, but if you put:

map.connect '*anything', :controller => "blah", :action =>
"unknown_request"

at the end of your routes, it will map anything it doesnt recognize
to the "unknown_request" action.