Add new application generated with rails new

This commit is contained in:
Thibault Jouan
2011-07-07 18:44:26 +00:00
commit b994f821f7
37 changed files with 943 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 Scube::Application