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