janus/app/models/authorized_application.rb

4 lines
73 B
Ruby

class AuthorizedApplication < ApplicationRecord
belongs_to :user
end