You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
has_many_with_set is a gem to add a new way to create many-to-many relationships in ActiveRecord, it is equivalent to has_and_belongs_to_many in functionality, that is, the interface is the same, but if your data meets certain criteria (explained in the readme) it will be saved more efficiently.