mirror of
https://github.com/glitch-soc/mastodon
synced 2025-04-24 23:34:52 +00:00
4 lines
83 B
Ruby
4 lines
83 B
Ruby
|
class Status < ActiveRecord::Base
|
||
|
belongs_to :account, inverse_of: :statuses
|
||
|
end
|