fixes #2368. rake about not showing the middleware, db adapter and db schema version

This commit is contained in:
Vijay Dev
2011-07-31 21:39:10 +05:30
committed by Xavier Noria
parent e1b546464e
commit 076afd0e22

View File

@@ -14,7 +14,7 @@ task :secret do
end
desc 'List versions of all Rails frameworks and the environment'
task :about do
task :about => :environment do
puts Rails::Info
end