> Are you remembering to include require 'admin'? You should probably > include that file in user.rb (at the end), so that it's not possible to > require 'user' without getting admin too. Ah, that did it. I didn't even think to add the require 'admin' at the end of user. Thanks a ton, -- Mando