1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 23:28:02 +00:00

Fix link to other related article.

This commit is contained in:
jbranchaud
2016-01-10 19:03:56 -06:00
parent 161117f195
commit a9e8b00906

View File

@@ -1,7 +1,7 @@
# Show Rails Routes With Pry # Show Rails Routes With Pry
In [Show Rails Models With Pry](show-rails-models-with-pry), I showed that In [Show Rails Models With Pry](show-rails-models-with-pry.md), I showed
[`pry-rails`](https://github.com/rweng/pry-rails) comes with some handy that [`pry-rails`](https://github.com/rweng/pry-rails) comes with some handy
console commands. In addition to being able to list all your Rails models, console commands. In addition to being able to list all your Rails models,
you can list all the routes for your application using `show-routes`. you can list all the routes for your application using `show-routes`.