This commit is contained in:
Gwenhael Le Moine 2014-07-14 16:19:19 +02:00
parent 6d0a5d11f7
commit d550310cf2

9
config.ru Normal file
View file

@ -0,0 +1,9 @@
# encoding: utf-8
require_relative './app'
configure :development do
Sinatra::Application.reset!
use Rack::Reloader
end
run LedgerRbApp