ToolJet/app/models/app_version.rb
2021-04-12 14:52:51 +05:30

3 lines
59 B
Ruby

class AppVersion < ApplicationRecord
belongs_to :app
end