Guest User

Untitled

a guest
Oct 15th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. class AAA < ActiveRecord::Base
  2.  
  3. belongs_to :parent, :class_name => "AAA", :foreign_key => "parent_id"
  4.  
  5. end
Add Comment
Please, Sign In to add comment