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