Retrospring/app/models/group_member.rb

5 lines
81 B
Ruby

class GroupMember < ApplicationRecord
belongs_to :user
belongs_to :group
end