added messaging and friend stuff that wasn't checked in
This commit is contained in:
parent
7a36f26a19
commit
7d52305640
4 changed files with 42 additions and 0 deletions
4
app/models/friend.rb
Normal file
4
app/models/friend.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
class Friend < ActiveRecord::Base
|
||||
belongs_to :user
|
||||
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue