From what you're describing it sounds like you might be better with a single User model, with guest as a role, rather than separate models. In that way Message would have_one wrter :class_name=>'User'.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Multi User System -- STI? Roles? Hmmm? | 8 | 115 | February 21, 2009 | |
Need some hints on architecture | 0 | 102 | November 29, 2007 | |
help me to understand STI... | 1 | 111 | August 8, 2011 | |
Student/Teacher app, both with login access | 4 | 233 | February 2, 2008 | |
Trouble with :include | 5 | 111 | May 16, 2008 |