only slightly trimmed volt new output

This commit is contained in:
Torsten Ruger
2015-07-06 14:20:21 +03:00
commit d4803fe919
21 changed files with 552 additions and 0 deletions

4
config.ru Normal file
View File

@ -0,0 +1,4 @@
# Run via rack server
require 'bundler/setup'
require 'volt/server'
run Volt::Server.new.app