Hi! I have a Admin < User model (STI), and I want to create an Admin module to group some controllers. So i have a model and a module with the same name. If i query the database for an Admin User in one of those controllers, rails tells me that there is a TypeError. I can''t specify model :admin in the controller, since it doesn''t works. I can fix this by require ''models/admin.rb'', but i would like to know if there is a better way of doing this. Thanks. -- Posted via http://www.ruby-forum.com/.