Upgrade to Rails 6.1 and apply new framework defaults
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
# This file is used by Rack-based servers to start the application.
|
||||
|
||||
require ::File.expand_path('../config/environment', __FILE__)
|
||||
require_relative "config/environment"
|
||||
|
||||
map CodeOcean::Application.config.relative_url_root || '/' do
|
||||
run Rails.application
|
||||
end
|
||||
run Rails.application
|
||||
Rails.application.load_server
|
||||
|
Reference in New Issue
Block a user