chinwagsocial/config.ru

6 lines
179 B
Plaintext
Raw Permalink Normal View History

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