gitlink-forgeplus/app/models/oauth.rb

6 lines
102 B
Ruby

# for oauth2 application
class Oauth < ApplicationRecord
belongs_to :project
belongs_to :user
end