[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: question about looking up classes

Ball, Donald A Jr (Library)

10/5/2007 3:23:00 PM

> 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