Given a list of paths:
* /costumers/1
* /home
* /do/something/action-name
How can check the corresponding controller for these without need do the real call?
Context:
I have a spreadsheet with many routes (exported from application analytic [New Relic]). I'm try discover how routes doesn't are being called. This check does not be does programmatically.
I'm using rails 4.2
Thank's