Hi, I''m wondering if there''s a way to get at the Routes object in the Routing module from a controller. I want to write a non-! ''recognize'' method that will take some path string and return the appropriate url options for my defined routes. I''m a bit new to the way modules, etc. work, specifically with Rails, so forgive me if this is very obvious. Doing something with "ActionController::Routing::Routes" seemed like a good bet, but no dice. - Michael Daines