# File lib/dm-core/associations/many_to_one.rb, line 113
        def get(source, query = nil)
          lazy_load(source)
          collection = get_collection(source)
          collection.first(query) if collection
        end