From: "S. Robert James" Date: 2006-12-26T07:15:04+09:00 Subject: Re: including a namespace for just one class S. Robert James wrote: > Is it possible that Rails changes things somehow? > I think I know - the autoloader can't find them then! Does that make any sense? The autoloader can find them if I include People in the global namespace, but not if I include it in the class?! If so, is there a workaround?