retrospring/app/models/inbox.rb

5 lines
79 B
Ruby
Raw Normal View History

2014-11-10 23:45:36 +01:00
class Inbox < ActiveRecord::Base
belongs_to :user
2014-11-11 07:10:02 +01:00
belongs_to :question
2014-11-10 23:45:36 +01:00
end