mirror of
https://github.com/funamitech/mastodon
synced 2024-11-28 14:58:38 +09:00
4 lines
77 B
Ruby
4 lines
77 B
Ruby
class User < ActiveRecord::Base
|
|
belongs_to :account, inverse_of: :user
|
|
end
|