mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-27 04:18:49 +01:00
5 lines
159 B
Text
5 lines
159 B
Text
|
|
# This file is used by Rack-based servers to start the application.
|
||
|
|
|
||
|
|
require ::File.expand_path('../config/environment', __FILE__)
|
||
|
|
run Tracksapp::Application
|