Skip to content

Commit

Permalink
Merge pull request rails#2381 from vijaydev/rakeaboutfix3.0
Browse files Browse the repository at this point in the history
Fix rails#2368 (3-0-stable)
  • Loading branch information
spastorino committed Jul 31, 2011
2 parents cb36585 + 773d219 commit 564d39e
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

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

Expand Down

0 comments on commit 564d39e

Please sign in to comment.