about summary refs log tree commit diff
path: root/config.ru
blob: d7295e476727fc7be264b666f316faf39d52eb47 (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true
# This file is used by Rack-based servers to start the application.

require ::File.expand_path('config/environment', __dir__)
run Rails.application