Methods
Public Instance methods
enchant()
    # File lib/og/relation/belongs_to.rb, line 9
 9:   def enchant
10:     super
11:     target_class.ann!(:self)[:descendants] ||= []
12:     target_class.ann!(:self, :descendants) << [owner_class, foreign_key]
13:   end