Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

id => object_id #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

id => object_id #41

wants to merge 1 commit into from

Conversation

michaelbina
Copy link

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.

@dougal
Copy link
Owner

dougal commented Dec 25, 2012

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.

@parndt
Copy link
Collaborator

parndt commented Feb 25, 2013

Anything happening?

@dogweather
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants