lets start this

This commit is contained in:
jomo
2013-05-18 22:46:56 +02:00
commit 149232ec0c
45 changed files with 866 additions and 0 deletions

4
config.ru Normal file
View File

@@ -0,0 +1,4 @@
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
run Site::Application