module Elos::Helpers

Public Instance Methods

reindex() click to toggle source
# File lib/elos/helpers.rb, line 11
def reindex
  index_classes.each { |klass| klass.reindex }
end
unindex() click to toggle source
# File lib/elos/helpers.rb, line 15
def unindex
  index_classes.each { |klass| klass.unindex }
end