a-thousand-channels / ORTE-backend

Application for creating and managing places (or "Orte") on a map
GNU General Public License v3.0
2 stars 3 forks source link

Multiple groups for one user #279

Open ut opened 1 year ago

ut commented 1 year ago

At the moment, a user can belong only to one group. (belongs_to) Extend this a belongs to many feature.

Possible approach: Convert a belongs_to Association to a has_many :through Association in Ruby on Rails ("while still maintaining existing relationships by creating a custom migration file")