janus/app/models/authorized_application.rb

4 lines
73 B
Ruby
Raw Normal View History

2021-11-13 03:20:13 +00:00
class AuthorizedApplication < ApplicationRecord
belongs_to :user
end