Guest User

Untitled

a guest
May 17th, 2018
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. class Comment < ActiveRecord::Base
  2. belongs_to :user
  3. belongs_to :product
  4. end
Add Comment
Please, Sign In to add comment