mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-05 22:38:48 +00:00
4 lines
100 B
Ruby
4 lines
100 B
Ruby
class DataQuery < ApplicationRecord
|
|
belongs_to :app
|
|
belongs_to :data_source, optional: true
|
|
end
|