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

Setting :double_tap_destroys_fully should apply to methods on relations as well #225

Open
mvz opened this issue Apr 25, 2021 · 1 comment

Comments

@mvz
Copy link
Contributor

mvz commented Apr 25, 2021

The :double_tap_destroys_fully setting currently only works for destroy on models, but methods like delete_all on relations still always destroy fully on a second call. This behavior should be made consistent.

@turnon
Copy link

turnon commented Oct 27, 2021

Now delete_all does not destroy fully on a second call when double_tap_destroys_fully set to true.

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