Skip to content

Commit fb753bc

Browse files
committed
[B] Fix user group entitleable filename and inverse reference
1 parent 6dcebb5 commit fb753bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
class UserGroupEntitleable < ApplicationRecord
2-
belongs_to :user_group, inverse_of: :user_group_entitlement_subjects
2+
belongs_to :user_group, inverse_of: :user_group_entitleables
33
belongs_to :entitleable, polymorphic: true
44
end

0 commit comments

Comments
 (0)