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