habitica-self-host/config.ru

5 lines
162 B
Text
Raw Normal View History

2012-02-01 03:57:22 +00:00
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
run HabitTracker::Application