aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2008-12-08 19:14:07 -0800
committerJeremy Kemper <jeremy@bitsweat.net>2008-12-08 19:14:07 -0800
commit39de112e7b902176434a1d0ebc1d6741247e50de (patch)
treefe100ed0442026cb89cbb09e14697136e6da4ccc /railties/lib/commands
parent4e60eebae05aeec65e4894e3901c9d61c9b32910 (diff)
downloadrails-39de112e7b902176434a1d0ebc1d6741247e50de.tar.gz
rails-39de112e7b902176434a1d0ebc1d6741247e50de.tar.bz2
rails-39de112e7b902176434a1d0ebc1d6741247e50de.zip
Use full path to environment
Diffstat (limited to 'railties/lib/commands')
-rw-r--r--railties/lib/commands/about.rb2
1 files changed, 1 insertions, 1 deletions
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