Guest User

Untitled

a guest
Jan 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. class Message < ActiveRecord::Base
  2. belongs_to :recipient, :class => 'User'
  3. belongs_to :sender, :class => 'User'
  4. end
Add Comment
Please, Sign In to add comment