# File lib/orm_adapter/adapters/mongoid.rb, line 31
      def get(id)
        klass.where(:_id => wrap_key(id)).first
      end