module Mongoid::Indexes::ClassMethods

Public Instance Methods

create_fulltext_indexes_hook()
Alias for: create_indexes
create_indexes() click to toggle source
# File lib/mongoid/full_text_search/indexes.rb, line 7
def create_indexes
  create_fulltext_indexes if respond_to?(:create_fulltext_indexes)
  create_fulltext_indexes_hook
end
Also aliased as: create_fulltext_indexes_hook