mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-29 07:21:47 +01:00
4 lines
76 B
Ruby
4 lines
76 B
Ruby
class Inbox < ActiveRecord::Base
|
|
belongs_to :user
|
|
has_one :question
|
|
end
|