mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-05 14:28:42 +00:00
3 lines
58 B
Ruby
3 lines
58 B
Ruby
class DataQuery < ApplicationRecord
|
|
belongs_to :app
|
|
end
|