Some checks failed
CI / scan_ruby (push) Successful in 2m46s
CI / lint (push) Successful in 31s
CI / test (push) Failing after 10s
7 lines
160 B
Ruby
7 lines
160 B
Ruby
# This file is used by Rack-based servers to start the application.
|
|
|
|
require_relative "config/environment"
|
|
|
|
run Rails.application
|
|
Rails.application.load_server
|