From d00575f65ed3f72471111bc752809672f6716adb Mon Sep 17 00:00:00 2001 From: nilsding Date: Tue, 11 Nov 2014 07:10:02 +0100 Subject: [PATCH] fixed even more stuff --- app/models/inbox.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/inbox.rb b/app/models/inbox.rb index f847aa64..ee9fd450 100644 --- a/app/models/inbox.rb +++ b/app/models/inbox.rb @@ -1,4 +1,4 @@ class Inbox < ActiveRecord::Base belongs_to :user - has_one :question + belongs_to :question end