Retrospring/app/models/inbox.rb

5 lines
76 B
Ruby
Raw Normal View History

2014-11-10 14:45:36 -08:00
class Inbox < ActiveRecord::Base
belongs_to :user
has_one :question
end