js303/config.ru
2015-01-14 20:12:11 +01:00

7 lines
84 B
Ruby

require "bundler"
Bundler.require
require_relative "app"
run Sinatra::Application