From 39de112e7b902176434a1d0ebc1d6741247e50de Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Mon, 8 Dec 2008 19:14:07 -0800 Subject: Use full path to environment --- railties/lib/commands/about.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/lib/commands') diff --git a/railties/lib/commands/about.rb b/railties/lib/commands/about.rb index 7f53ac8a2e..bc2cfcb948 100644 --- a/railties/lib/commands/about.rb +++ b/railties/lib/commands/about.rb @@ -1,3 +1,3 @@ -require 'environment' +require "#{RAILS_ROOT}/config/environment" require 'rails/info' puts Rails::Info -- cgit v1.2.3