diff options
author | Maxim Rydkin <maks.rydkin@gmail.com> | 2017-09-05 21:59:40 +0300 |
---|---|---|
committer | Maxim Rydkin <maks.rydkin@gmail.com> | 2017-09-10 18:31:06 +0300 |
commit | 20ff87a261ac0ea06268d2cb7223f104baf2ed35 (patch) | |
tree | 4bfaef6b1c304a0b0e3edb7b2b829e78d4da2557 /app/finders | |
parent | 0c84713e858ea373440652b3bed8f9be8a006c48 (diff) | |
download | gitlab-ce-20ff87a261ac0ea06268d2cb7223f104baf2ed35.tar.gz |
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 |