# File lib/mongo_mapper/plugins/associations/one_proxy.rb, line 89 def apply_scope(doc) criteria.each { |key, value| doc[key] = value } doc end