mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 06:31:41 +00:00
8 lines
191 B
Ruby
8 lines
191 B
Ruby
# frozen_string_literal: true
|
|
|
|
# This file is used by Rack-based servers to start the application.
|
|
|
|
require_relative 'config/environment'
|
|
|
|
run Rails.application
|
|
Rails.application.load_server
|