Alloy dummy test app to boot.

This commit is contained in:
José Valim 2010-01-06 14:03:52 +01:00
parent dc5724c888
commit 27a515fcbf
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
# Specifies gem version of Rails to use when vendor/rails is not present
RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION
DEVISE_ORM = :active_record unless defined? DEVISE_ORM
# Bootstrap the Rails environment, frameworks, and default configuration
require File.join(File.dirname(__FILE__), 'boot')