notebook/config.ru
Andrew Brown 5bfd19f04b Revert "test the removal of config.ru"
This reverts commit 5d23f584ef.
2019-12-14 17:30:14 -06:00

5 lines
153 B
Ruby

# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
run Rails.application