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