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