ToolJet/app/models/data_query.rb

5 lines
100 B
Ruby
Raw Normal View History

class DataQuery < ApplicationRecord
belongs_to :app
2021-04-04 17:07:03 +00:00
belongs_to :data_source, optional: true
end