micro-blogger/config.ru

8 lines
161 B
Plaintext
Raw Normal View History

2018-11-10 10:40:22 -06:00
# frozen_string_literal: true
2018-11-09 20:51:38 -06:00
# This file is used by Rack-based servers to start the application.
require_relative 'config/environment'
run Rails.application