added messaging and friend stuff that wasn't checked in

This commit is contained in:
Nick Black 2007-05-06 10:36:06 +00:00
parent 7a36f26a19
commit 7d52305640
4 changed files with 42 additions and 0 deletions

4
app/models/friend.rb Normal file
View file

@ -0,0 +1,4 @@
class Friend < ActiveRecord::Base
belongs_to :user
end