aboutsummaryrefslogtreecommitdiffstats
path: root/railties/dispatches/config.ru
blob: acbfe4e9ae124a91fa385f9ace72afd93daa4b20 (plain) (blame)
1
2
3
4
5
6
7
# Rack Dispatcher

# Require your environment file to bootstrap Rails
require File.dirname(__FILE__) + '/config/environment'

# Dispatch the request
run ActionController::Dispatcher.new