15964: Remove qr1hi from a few more places. Delete unused includes.
[arvados.git] / services / api / config / initializers / legacy_jobs_api.rb
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 # Config must be done before we  files; otherwise they
6 # won't be able to use Rails.configuration.* to initialize their
7 # classes.
8
9 require 'enable_jobs_api'
10
11 Server::Application.configure do
12   if ActiveRecord::Base.connection.tables.include?('jobs')
13     check_enable_legacy_jobs_api
14   end
15 end