debian-mirror-gitlab/derailed-benchmarks/test/rails_app/config.ru
2019-10-03 20:48:27 +05:30

6 lines
186 B
Ruby

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