# File lib/dm-core/associations/many_to_many.rb, line 158
        def eager_load(source, other_query = nil)
          # FIXME: enable SEL for m:m relationships
          source.model.all(query_for(source, other_query))
        end