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

5
config/environment.rb Normal file
View File

@@ -0,0 +1,5 @@
# Load the rails application
require File.expand_path('../application', __FILE__)
# Initialize the rails application
Scube::Application.initialize!