1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-11-28 14:58:31 +09:00
whippy-edition/app/models/status.rb
2016-02-20 22:53:20 +01:00

4 lines
83 B
Ruby

class Status < ActiveRecord::Base
belongs_to :account, inverse_of: :statuses
end