Hi, 
I want to implement the following scenario:

One user can be owner of multiple groups
One user can be member of multiple groups
One group can have multiple owners
One group can have multiple users

I have two models, User and Group.
In the user model, when I try to do this: 

      User.get(:id => 1).group_owners

I get this error:

-- 
You received this message because you are subscribed to the Google Groups 
"DataMapper" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to datamapper+unsubscr...@googlegroups.com.
To post to this group, send email to datamapper@googlegroups.com.
Visit this group at http://groups.google.com/group/datamapper?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to