diff --git a/app/controllers/jobs_controller.rb b/app/controllers/jobs_controller.rb index feed1c55..f18e8704 100644 --- a/app/controllers/jobs_controller.rb +++ b/app/controllers/jobs_controller.rb @@ -43,7 +43,7 @@ def sort_order(sort_param) 'jobs.created_at DESC' when 'created_at_asc' 'jobs.created_at ASC' - else + else # rubocop:disable Lint/DuplicateBranch 'jobs.created_at DESC' end end