Guest User

Untitled

a guest
Jul 13th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. class User < ActiveRecord::Base
  2. has_many :users, :class_name => "User", :foreign_key => 'owner_id'
  3. belongs_to :users
  4. end
Add Comment
Please, Sign In to add comment