1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
5 # Config must be done before we files; otherwise they
6 # won't be able to use Rails.configuration.* to initialize their
9 require 'enable_jobs_api'
11 Server::Application.configure do
12 if ActiveRecord::Base.connection.tables.include?('jobs')
13 check_enable_legacy_jobs_api