This repository has been archived on 2023-07-01. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/app/models/user.rb

4 lines
77 B
Ruby
Raw Normal View History

2016-02-22 16:00:20 +01:00
class User < ActiveRecord::Base
belongs_to :account, inverse_of: :user
end