# File lib/mongo_mapper/plugins/keys.rb, line 326
      def assign(attrs={})
        warn "[DEPRECATION] #assign is deprecated, use #attributes="
        self.attributes = attrs
      end