Revert "Rails script commands load the application rather than just boot"

This reverts commit 358451c219.
This commit is contained in:
Jeremy Kemper 2010-02-04 10:49:41 -08:00
parent 358451c219
commit ca273d171c
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ BOOT_PATH = File.expand_path('../../config/boot', __FILE__)
APP_PATH = File.expand_path('../../config/application', __FILE__)
ROOT_PATH = File.expand_path('../..', __FILE__)
require APP_PATH
require BOOT_PATH
require 'rails/commands'