janus/app/models/authorized_application.rb
2021-11-12 22:20:13 -05:00

4 lines
73 B
Ruby

class AuthorizedApplication < ApplicationRecord
belongs_to :user
end