mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-15 13:09:25 +00:00
4 lines
75 B
Ruby
4 lines
75 B
Ruby
class AppUser < ApplicationRecord
|
|
belongs_to :app
|
|
belongs_to :user
|
|
end
|