tanker
tanker copied to clipboard
"indexable?" does not work
def indexable?
false
end
Still get all models indexed!
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...