# File lib/dm-core/associations/one_to_one.rb, line 25
        def get!(source)
          collection = relationship.get!(source)
          collection.first if collection
        end