mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
8 lines
186 B
Text
8 lines
186 B
Text
|
# Rack Dispatcher
|
||
|
|
||
|
# Require your environment file to bootstrap Rails
|
||
|
require File.dirname(__FILE__) + '/config/environment'
|
||
|
|
||
|
# Dispatch the request
|
||
|
run ActionController::Dispatcher.new
|