Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
6 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.