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