about summary refs log tree commit diff
path: root/config.ru
blob: 5e071f530f817e96770dbd0b4fa06c38d684f25d (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