Skip to content
Alexander Popov edited this page Feb 9, 2021 · 2 revisions
# config.ru

run MyProject::Application # or `run MyProject::Application.new`

You can use there middlewares, such like Better Errors.

Clone this wiki locally