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