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