# File lib/dm-core/associations/many_to_one.rb, line 143
        def get_collection(source)
          target = get!(source)
          target.collection_for_self if target
        end