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

I suck, forgot to also change rake's task description

This commit is contained in:
Piotr Sarnacki 2011-11-25 12:54:39 +01:00
parent c9bb099318
commit 8ff8fa5e5f

View file

@ -1,4 +1,4 @@
desc 'Print out all defined routes in match order, with names. Target specific controller with CONTROLLER=x. Include engine\'s routes with ENGINES=true' desc 'Print out all defined routes in match order, with names. Target specific controller with CONTROLLER=x.'
task :routes => :environment do task :routes => :environment do
Rails.application.reload_routes! Rails.application.reload_routes!
all_routes = Rails.application.routes.routes all_routes = Rails.application.routes.routes