summaryrefslogtreecommitdiff
path: root/app/models/concerns/fast_destroy_all.rb
Commit message (Expand)AuthorAgeFilesLines
* Use prepend: true to evaluate always perform_fast_destroy than dependent: :d...Shinya Maeda2018-05-041-1/+1
* Fix typo in fast_destroy_allShinya Maeda2018-05-031-1/+1
* Simplify FastDestroyAll moduleShinya Maeda2018-05-031-46/+48
* Fix typo for comments in fast_destroy_allShinya Maeda2018-05-031-1/+1
* Clean up build_trace_chunkShinya Maeda2018-05-031-1/+1
* Fix static analysysShinya Maeda2018-05-021-2/+2
* Introduce `use_fast_destroy` helper for parent associations. Rename method n...Shinya Maeda2018-05-021-8/+36
* Introduces `FastDestroyAll` moduleShinya Maeda2018-05-011-0/+61