adds config file for passenger

This commit is contained in:
Mateusz Zawisza 2012-08-18 20:21:53 +02:00 committed by Johannes Dewender
parent 508819ae74
commit 33aaee6d4d

2
ruby/config.ru Normal file
View File

@ -0,0 +1,2 @@
require './bin/web_interface.rb'
run Sinatra::Application