# File lib/mongo_mapper/plugins/associations/proxy.rb, line 68
        def present?
          load_target
          target.present?
        end