How do you set an attribute to the join resource when creating?
For example, I have a
User and an Org, joined by a many_to_many through a Join Resource UserOrg.UserOrg has an attribute :role. How do I set the role on the UserOrg when creating an Org?