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:
authorJames Lopez <james@jameslopez.es>2017-07-07 19:31:50 +0300
committerJames Lopez <james@jameslopez.es>2017-07-07 19:31:50 +0300
commitcda7cbde03ca5908144df2d37f32e4142de73174 (patch)
tree1b1f732fb16d7fae48da9d62e4d4ab5a4459310b /app/finders/users_finder.rb
parent5e66c6568ba2a528e037eaf9d466cfb489b52891 (diff)
refactor created at filter to use model scopes
Diffstat (limited to 'app/finders/users_finder.rb')
-rw-r--r--app/finders/users_finder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/finders/users_finder.rb b/app/finders/users_finder.rb
index c6bfc380c1c..33f7ae90598 100644
--- a/app/finders/users_finder.rb
+++ b/app/finders/users_finder.rb
@@ -14,7 +14,7 @@
# external: boolean
#
class UsersFinder
- include Gitlab::Database::CreatedAtFilter
+ include CreatedAtFilter
attr_accessor :current_user, :params