Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-05-03 14:12:25 +0300
committerShinya Maeda <shinya@gitlab.com>2018-05-03 14:12:25 +0300
commitdffc2cb7a33942173e7f49ac704f0cc211ca8048 (patch)
tree7852aaaf95df5effab318af1600e443e33b52e78 /app/models/concerns/fast_destroy_all.rb
parentc80949fdcdb60003fa3d7dc6e1d7008c4cff5b5d (diff)
Fix typo in fast_destroy_all
Diffstat (limited to 'app/models/concerns/fast_destroy_all.rb')
-rw-r--r--app/models/concerns/fast_destroy_all.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/concerns/fast_destroy_all.rb b/app/models/concerns/fast_destroy_all.rb
index 6954db258bb..367a2df854f 100644
--- a/app/models/concerns/fast_destroy_all.rb
+++ b/app/models/concerns/fast_destroy_all.rb
@@ -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