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