[Rails] Single Table Inheritance

Mando Escamilla mando.escamilla at gmail.com
Sun Nov 14 19:33:25 GMT 2004


> 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


More information about the Rails mailing list