gearheads
/
mastodon
Archived
2
0
Fork 0
This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
mastodon/app/models/status.rb

4 lines
83 B
Ruby
Raw Normal View History

2016-02-20 22:53:20 +01:00
class Status < ActiveRecord::Base
belongs_to :account, inverse_of: :statuses
end