# File lib/mongo_mapper/plugins/associations/one_proxy.rb, line 62
        def find_target
          target_class.first(association.query_options.merge(criteria))
        end