2015-08-10 11:05:06 +02:00
|
|
|
# This file is used by Rack-based servers to start the application.
|
|
|
|
|
2020-09-24 15:15:14 +02:00
|
|
|
require ::File.expand_path('config/environment', __dir__)
|
2016-12-22 21:49:31 +01:00
|
|
|
|
2015-08-10 11:05:06 +02:00
|
|
|
run Rails.application
|