# File lib/thinking_sphinx/association.rb, line 15
    def initialize(parent, reflection)
      @parent, @reflection = parent, reflection
      @children = {}
    end