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