Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / bin / rails
1 #!/usr/bin/env ruby
2 # Copyright (C) The Arvados Authors. All rights reserved.
3 #
4 # SPDX-License-Identifier: AGPL-3.0
5
6 APP_PATH = File.expand_path('../config/application', __dir__)
7 require_relative '../config/boot'
8 require 'rails/commands'