mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-15 04:58:32 +00:00
4 lines
90 B
Ruby
4 lines
90 B
Ruby
class App < ApplicationRecord
|
|
belongs_to :organization
|
|
has_many :data_queries
|
|
end
|