• F
    Preload uses exclusive scope [#643 state:resolved] · 5cebe69e
    Frederick Cheung 提交于
    With self referential associations, the scope for the the top level should not affect fetching of associations, for example
    when doing
    
    Person.male.find :all, :include => :friends
    
    we should load all of the friends for each male, not just the male friends.
    5cebe69e
association_preload.rb 18.4 KB