acts_as_indexed icon indicating copy to clipboard operation
acts_as_indexed copied to clipboard

id => object_id

Open michaelbina opened this issue 12 years ago • 3 comments

I was getting an error about :id not being defined for string. I saw that id is deprecated on object for object_id and I changed it, and it fixed my problem.

michaelbina avatar Dec 24 '12 17:12 michaelbina

HI Michael.

There's some other root cause at play here. This sort is only supposed to act on ActiveRecord objects, so #id rather than #object_id.

Do you have a failing test case for this?

Thanks.

dougal avatar Dec 25 '12 01:12 dougal

Anything happening?

parndt avatar Feb 25 '13 00:02 parndt

+1

dogweather avatar Aug 28 '13 23:08 dogweather