Jordi Romero
Jordi Romero
Can you please explain with more detail the issue? There's a `with_deleted` scope implemented, and also count_with_deleted and find_with_deleted methods to provide backwards compatibility.
Ok! Now I got you, `:with_deleted` in the association. This is not implemented, we discussed about this feature and decided that's better to have it explicitly called wherever you need...
Yes, just write `person` and `project` methods in your Document model that finds using the with_deleted scope.
Hey Florian, cool! I'll check it later today! Thanks :)