1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-24 23:26:42 +09:00
YuruToot/app/models/status.rb

4 lines
83 B
Ruby
Raw Normal View History

2016-02-21 06:53:20 +09:00
class Status < ActiveRecord::Base
belongs_to :account, inverse_of: :statuses
end