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

Does not work with assosiations without adding not_delete scope #1

Closed
krisleech opened this issue Jan 13, 2011 · 1 comment
Closed

Comments

@krisleech
Copy link

It should be noted in the documentation that this will not automatically work with associations (and named_scopes) without adding the not_deleted scope to the end of the association.

basket.entries => all associated entries (deleted and not deleted)
basket.entries.not_deleted => all associated entries (not deleted)

@JackDanger
Copy link
Owner

Kris, sorry about taking forever to respond. Yes, you're right. I'll update the README. Also: I'm releasing this now with Rails 3 compatibility.

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

2 participants