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