mirror of https://github.com/rails/rails
I suck, forgot to also change rake's task description
This commit is contained in:
parent
c9bb099318
commit
8ff8fa5e5f
|
@ -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
|
||||
Rails.application.reload_routes!
|
||||
all_routes = Rails.application.routes.routes
|
||||
|
|
Loading…
Reference in New Issue