Skip to content

Commit

Permalink
fixes rails#2368. rake about not showing the middleware, db adapter a…
Browse files Browse the repository at this point in the history
…nd db schema version
  • Loading branch information
vijaydev committed Jul 31, 2011
1 parent cb36585 commit 773d219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/tasks/misc.rake
Expand Up @@ -14,7 +14,7 @@ task :secret do
end end


desc 'List versions of all Rails frameworks and the environment' desc 'List versions of all Rails frameworks and the environment'
task :about do task :about => :environment do
puts Rails::Info puts Rails::Info
end end


Expand Down

0 comments on commit 773d219

Please sign in to comment.