sutty/config.ru

9 lines
191 B
Plaintext
Raw Permalink Normal View History

2019-03-26 15:32:20 +00:00
# frozen_string_literal: true
2018-01-02 17:19:25 +00:00
# This file is used by Rack-based servers to start the application.
require_relative 'config/environment'
run Rails.application
2020-12-24 18:02:03 +00:00
Rails.application.load_server