mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
4 lines
84 B
Ruby
4 lines
84 B
Ruby
class DataSource < ApplicationRecord
|
|
belongs_to :app
|
|
has_many :data_queries
|
|
end
|