Retrospring/app/models/inbox.rb

5 lines
79 B
Ruby
Raw Normal View History

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