Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time. Cannot retrieve contributors at this time
5 lines (4 sloc) 173 Bytes
# This file is used by Rack-based servers to start the application.
$stdout.sync = true
require ::File.expand_path('../config/environment', __FILE__)
run Rails.application
You can’t perform that action at this time.