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:
authorMaxim Rydkin <maks.rydkin@gmail.com>2017-09-05 21:59:40 +0300
committerMaxim Rydkin <maks.rydkin@gmail.com>2017-09-10 18:31:06 +0300
commit20ff87a261ac0ea06268d2cb7223f104baf2ed35 (patch)
tree4bfaef6b1c304a0b0e3edb7b2b829e78d4da2557 /app/finders
parent0c84713e858ea373440652b3bed8f9be8a006c48 (diff)
rename yet_another_users_finder into autocomplete_users_finder
Diffstat (limited to 'app/finders')
-rw-r--r--app/finders/autocomplete_users_finder.rb (renamed from app/finders/yet_another_users_finder.rb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/finders/yet_another_users_finder.rb b/app/finders/autocomplete_users_finder.rb
index 5f7f3913160..f88e94b70b7 100644
--- a/app/finders/yet_another_users_finder.rb
+++ b/app/finders/autocomplete_users_finder.rb
@@ -1,4 +1,4 @@
-class YetAnotherUsersFinder
+class AutocompleteUsersFinder
attr_reader :current_user, :users, :search, :skip_users, :page,
:per_page, :author_id, :params