Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm using MongoDB with MongoId (version 2.4.11) with the following class:

class User
  include Mongoid::Document
  key :email
end

Whenever I User.create email: "bob@domain.tld", MongoId/MongoDB generates a primary key which becomes bob-at-domain-dot-tld

Where is that coming from?

Bonus points for providing a GitHub link!

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.