I want users to be able to create groups and join them. Is there a gem for this already?
Asked
Active
Viewed 313 times
0
-
look into `rubygems.org` site. – uday May 22 '12 at 03:11
1 Answers
-1
read up on how to do has_many :through or has_and_belongs_to_many associations in rails

Mike
- 1,626
- 1
- 12
- 14