From f1cfd1248734ceaa50c1857f33d7ee0ecfdce3e6 Mon Sep 17 00:00:00 2001 From: Cheah Chu Yeow Date: Mon, 23 Jun 2008 21:56:02 +0800 Subject: Allow script/about to run in production mode instead of failing with a cryptic const_missing error. [#370 state:resolved] --- railties/lib/commands/about.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'railties/lib/commands/about.rb') diff --git a/railties/lib/commands/about.rb b/railties/lib/commands/about.rb index 313bc18c6a..7f53ac8a2e 100644 --- a/railties/lib/commands/about.rb +++ b/railties/lib/commands/about.rb @@ -1,2 +1,3 @@ require 'environment' +require 'rails/info' puts Rails::Info -- cgit v1.2.3