1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-23 14:46:52 +09:00
YuruToot/config.ru

8 lines
161 B
Plaintext
Raw Normal View History

# frozen_string_literal: true
2016-02-21 06:53:20 +09:00
# This file is used by Rack-based servers to start the application.
require_relative 'config/environment'
2016-02-21 06:53:20 +09:00
run Rails.application