notebook/app/models/integration_authorization.rb
Andrew Brown 861bdadff4 progress
2020-09-14 16:30:30 -07:00

7 lines
138 B
Ruby

class IntegrationAuthorization < ApplicationRecord
belongs_to :user
belongs_to :application_integration
has_many :api_requests
end