summaryrefslogtreecommitdiff
path: root/app/models/pm.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/pm.rb')
-rw-r--r--app/models/pm.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/pm.rb b/app/models/pm.rb
index 9fce2b3..0e60f3e 100644
--- a/app/models/pm.rb
+++ b/app/models/pm.rb
@@ -1,4 +1,5 @@
class Pm < ActiveRecord::Base
belongs_to :author
belongs_to :recipient
+ belongs_to :conversation
end