mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
I suck, forgot to also change rake's task description
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user