module Mongoid::Indexable::ClassMethods
Public Instance Methods
create_indexes()
click to toggle source
# File lib/mongoid/full_text_search/indexable.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