fixed even more stuff
This commit is contained in:
parent
0765677555
commit
d00575f65e
|
@ -1,4 +1,4 @@
|
|||
class Inbox < ActiveRecord::Base
|
||||
belongs_to :user
|
||||
has_one :question
|
||||
belongs_to :question
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue