From: "Ball, Donald A Jr (Library)" Date: 2007-10-06T00:22:42+09:00 Subject: Re: question about looking up classes > I believe that is is a scope issue. > Try explicitely specifying the global scope using "::" like so: > > .. > def recognize_path(path) > ::ActionController::Routing... > end Just so. Thanks, I had heretofore been that prepending :: forced global scope. - donald