educoder/app/models/department_member.rb

5 lines
95 B

class DepartmentMember < ApplicationRecord
belongs_to :user
belongs_to :department
end