ToolJet/app/models/app_user.rb
2021-04-12 09:42:00 +05:30

4 lines
75 B
Ruby

class AppUser < ApplicationRecord
belongs_to :app
belongs_to :user
end