about summary refs log tree commit diff
path: root/config.ru
blob: 3476455ef3e2f3058557a315f1729d635012d2b9 (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', __FILE__)
run Rails.application