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