mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-21 16:08:35 +00:00
5 lines
109 B
Ruby
5 lines
109 B
Ruby
class Organization < ApplicationRecord
|
|
has_many :users
|
|
has_many :apps
|
|
has_many :organization_users
|
|
end
|