forked from jasder/forgeplus
5 lines
95 B
Ruby
5 lines
95 B
Ruby
|
class DepartmentMember < ApplicationRecord
|
||
|
belongs_to :user
|
||
|
belongs_to :department
|
||
|
end
|