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