fixed even more stuff

This commit is contained in:
nilsding 2014-11-11 07:10:02 +01:00
parent 0765677555
commit d00575f65e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
class Inbox < ActiveRecord::Base
belongs_to :user
has_one :question
belongs_to :question
end