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