debian-mirror-gitlab/derailed-benchmarks/test/rails_app/config.ru

7 lines
186 B
Text
Raw Normal View History

2019-10-03 14:02:42 +05:30
# 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