Commit dffc2cb7 authored by Shinya Maeda's avatar Shinya Maeda

Fix typo in fast_destroy_all

parent c80949fd
......@@ -40,7 +40,7 @@ module FastDestroyAll
##
# This method delete rows and associated external data efficiently
#
# This method can replace `destroy` and `destroy_all` withtout having `after_destroy` hook
# This method can replace `destroy` and `destroy_all` without having `after_destroy` hook
def fast_destroy_all
params = begin_fast_destroy
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment