2012-04-05 10:43:56 +02:00
|
|
|
# This file is used by Rack-based servers to start the application.
|
|
|
|
|
|
|
|
|
|
require ::File.expand_path('../config/environment', __FILE__)
|
2014-08-13 18:12:47 +02:00
|
|
|
|
|
|
|
|
map Tracksapp::Application.config.relative_url_root || "/" do
|
|
|
|
|
run Rails.application
|
|
|
|
|
end
|