8 lines
186 B
Plaintext
8 lines
186 B
Plaintext
|
# Rack Dispatcher
|
||
|
|
||
|
# Require your environment file to bootstrap Rails
|
||
|
require File.dirname(__FILE__) + '/config/environment'
|
||
|
|
||
|
# Dispatch the request
|
||
|
run ActionController::Dispatcher.new
|