mastodon/config.ru

7 lines
178 B
Plaintext
Raw Normal View History

# frozen_string_literal: true
2016-02-20 13:53:20 -08:00
# This file is used by Rack-based servers to start the application.
require File.expand_path('config/environment', __dir__)
2016-02-20 13:53:20 -08:00
run Rails.application