status.rb 83 B

123
  1. class Status < ActiveRecord::Base
  2. belongs_to :account, inverse_of: :statuses
  3. end