blob: afd13e211238e267a928524367cbe5f89883f5ef (
plain) (
blame)
1
2
3
4
5
6
|
# frozen_string_literal: true
# This file is used by Rack-based servers to start the application.
require File.expand_path('config/environment', __dir__)
run Rails.application
|