forked from fedi/mastodon
4 lines
83 B
Ruby
4 lines
83 B
Ruby
class Status < ActiveRecord::Base
|
|
belongs_to :account, inverse_of: :statuses
|
|
end
|