2019-07-30 23:29:24 +02:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
2018-03-25 13:30:42 -04:00
|
|
|
# This file is used by Rack-based servers to start the application.
|
|
|
|
|
|
2019-07-30 23:29:24 +02:00
|
|
|
require ::File.expand_path('../config/environment', __FILE__)
|
2018-03-25 13:30:42 -04:00
|
|
|
|
|
|
|
|
run Commitchange::Application
|