2016-11-15 17:56:29 +02:00
|
|
|
# frozen_string_literal: true
|
2023-02-20 07:58:28 +02:00
|
|
|
|
2016-02-20 23:53:20 +02:00
|
|
|
# This file is used by Rack-based servers to start the application.
|
|
|
|
|
2023-02-18 05:30:03 +02:00
|
|
|
require File.expand_path('config/environment', __dir__)
|
2016-02-20 23:53:20 +02:00
|
|
|
run Rails.application
|