# File lib/mongoid/relations/proxy.rb, line 100
      def method_missing(name, *args, &block)
        target.send(name, *args, &block)
      end