mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-21 17:50:13 +01: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
|