tanker icon indicating copy to clipboard operation
tanker copied to clipboard

"indexable?" does not work

Open USvER opened this issue 10 years ago • 1 comments

  def indexable?
    false
  end

Still get all models indexed!

USvER avatar Apr 12 '14 15:04 USvER

I have tested this only on reindex from "rails c"

So to fix this i have created a scope, and made reindex only on that scope...

USvER avatar Apr 12 '14 16:04 USvER