bootcamp/config.ru
Simon Quigley 1e5f2d08e6 Add the initial template, from rails new .
This will become heavily customized over time.
2023-09-13 04:18:09 -05:00

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