I am writing an application where users can become members of different
groups. On each group page I want to list all the members of the group
by user name and also the groups to which they belong. My group table
consistes of id, name, description. My membership table consists of id,
user_id, group_id, role.

How would I define the members and groups in my controller to do this
and also how could I list them in my views?

Thanks in advance,

Steve.
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
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@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to