Method: Chewy.create_indices!

Defined in:
lib/chewy.rb

.create_indices!Object



178
179
180
# File 'lib/chewy.rb', line 178

def create_indices!
  Chewy::Index.descendants.each(&:create!)
end