# File lib/orm_adapter/adapters/mongoid.rb, line 16
      def get!(id)
        klass.find(wrap_key(id))
      end