mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-31 05:02:14 +02:00
fixed even more stuff
This commit is contained in:
parent
0765677555
commit
d00575f65e
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
class Inbox < ActiveRecord::Base
|
class Inbox < ActiveRecord::Base
|
||||||
belongs_to :user
|
belongs_to :user
|
||||||
has_one :question
|
belongs_to :question
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue