Sha256: 39b68be158dbc5ac61db2ceec545a5344110e8cc7f3659966416967a9ea95e95

Contents?: true

Size: 283 Bytes

Versions: 9

Compression:

Stored size: 283 Bytes

Contents

# encoding: UTF-8
module MongoMapper
  module Plugins
    module Indexes
      extend ActiveSupport::Concern

      module ClassMethods
        extend Forwardable
        def_delegators :collection, :ensure_index, :create_index, :drop_index, :drop_indexes
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
mongo_mapper-0.13.0.beta2 lib/mongo_mapper/plugins/indexes.rb
mongo_mapper-0.13.0.beta1 lib/mongo_mapper/plugins/indexes.rb
mongo_mapper-0.12.0 lib/mongo_mapper/plugins/indexes.rb
lookout-mongo_mapper-0.11.3 lib/mongo_mapper/plugins/indexes.rb
mongo_mapper-0.11.2 lib/mongo_mapper/plugins/indexes.rb
jamieorc-mongo_mapper-0.11.1.1 lib/mongo_mapper/plugins/indexes.rb
mongo_mapper-0.11.1 lib/mongo_mapper/plugins/indexes.rb
mongo_mapper-0.11.0 lib/mongo_mapper/plugins/indexes.rb
mongo_mapper-0.10.1 lib/mongo_mapper/plugins/indexes.rb