# File lib/mongo_mapper/plugins/indexes.rb, line 8
        def ensure_index(spec, options = {})
          collection.ensure_index dealias_options(spec), options
        end