diff options
Diffstat (limited to 'app/models/pm.rb')
-rw-r--r-- | app/models/pm.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/pm.rb b/app/models/pm.rb index ab5af3b..9fce2b3 100644 --- a/app/models/pm.rb +++ b/app/models/pm.rb @@ -1,4 +1,4 @@ class Pm < ActiveRecord::Base - belongs_to :author - belongs_to :recipient + belongs_to :author + belongs_to :recipient end |