You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: