Files
mastodon/app/models/status.rb
Eugen Rochko 9c4856bdb1 Initial commit
2016-02-20 22:53:20 +01:00

4 lines
83 B
Ruby

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