1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-01-20 22:52:56 -05:00

7 lines
178 B
Plaintext
Raw Normal View History

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