mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
4 lines
59 B
Ruby
4 lines
59 B
Ruby
|
|
class AppVersion < ApplicationRecord
|
||
|
|
belongs_to :app
|
||
|
|
end
|