Hi, i try to store objects which differ through a complicated relationship. So e.g. i want to store the moderators, the user ... of another object. Currently i create an array for each relationship where i store the users with this particular relationship (@members_users, @members_moderators, ....). I think thats not the best way, so can i add a custom attribute just for this case and not in the db to differ between the different relationships and that i can store all members in one array? Do you''ve got another idea to handle this situation? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.