class User include Mongoid::Document field :id, type: Moped::BSON::ObjectId field :jid, type: String end