Just for clarity, you don't need to make any database table changes to the has_many model, unless you want a counter cache (in which case you would add a users_count integer field to the groups table with a default value of 0, and set :counter_cache => true on the belongs_to model).
Jarin -- SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby
