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

Filtering on nested resources does not work #73

Open
mjallday opened this issue Mar 22, 2013 · 1 comment
Open

Filtering on nested resources does not work #73

mjallday opened this issue Mar 22, 2013 · 1 comment

Comments

@mjallday
Copy link
Contributor

I've created a branch with a failing test for filtering valid cards from an account.

This should work

buyer.cards.find(:is_valid => true)

But currently it does not

@mjallday
Copy link
Contributor Author

mjallday commented Jun 6, 2013

There is a work around if you run into this bug until it's fixed:

Balanced::Pager.new(buyer.cards_uri + "?is_valid=true").all()

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

No branches or pull requests

1 participant