1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #2375 from vijaydev/rakeaboutfix

Fixes #2368. rake about not showing a few properties
This commit is contained in:
José Valim 2011-07-31 09:23:04 -07:00
commit 3c4c281ed0

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