4 lines
73 B
Ruby
4 lines
73 B
Ruby
|
class AuthorizedApplication < ApplicationRecord
|
||
|
belongs_to :user
|
||
|
end
|