mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-22 16:38:21 +00:00
4 lines
93 B
Ruby
4 lines
93 B
Ruby
class OrganizationUser < ApplicationRecord
|
|
belongs_to :organization
|
|
belongs_to :user
|
|
end
|