gitlink-forgeplus/app/models/oauth.rb

5 lines
80 B
Ruby

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