1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-02 22:58:01 +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
In [Show Rails Models With Pry](show-rails-models-with-pry), I showed that
[`pry-rails`](https://github.com/rweng/pry-rails) comes with some handy
In [Show Rails Models With Pry](show-rails-models-with-pry.md), I showed
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,
you can list all the routes for your application using `show-routes`.