ATIX-AG / foreman_resource_quota

Foreman plugin to allow resource management with Resource Quotas among users and usergroups.
GNU General Public License v3.0
4 stars 0 forks source link

Fix many to many relation naming #43

Closed bastian-src closed 5 months ago

bastian-src commented 5 months ago

Since the relation between Users/Usergroups and ResourceQuotas is many-to-many, the relations should reflect this correctly:

References: Ruby on Rails | Active Record Associations