summaryrefslogtreecommitdiff
path: root/app/models/pm.rb
blob: 0e60f3e50b0208445d64e625b940778922cd1993 (plain)
1
2
3
4
5
class Pm < ActiveRecord::Base
	belongs_to :author
	belongs_to :recipient
	belongs_to :conversation
end