gitlab-org--gitlab-foss/app/finders/concerns
Sean McGivern 843f4b94b5 Ignore ordering when calling find_by on finders
We shouldn't care about the ordering here; if we did, it would be more
appropriate to use `take` or `first`. Having the ordering can result in
the database picking a bad query plan, as it might think sorting the
whole table first is the best option.
2019-02-20 11:31:06 +00:00
..
created_at_filter.rb
custom_attributes_filter.rb
finder_methods.rb Ignore ordering when calling find_by on finders 2019-02-20 11:31:06 +00:00
finder_with_cross_project_access.rb