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