From a9e8b009061ff00346d8d971eb37d3304684e722 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Sun, 10 Jan 2016 19:03:56 -0600 Subject: [PATCH] Fix link to other related article. --- rails/show-rails-routes-with-pry.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rails/show-rails-routes-with-pry.md b/rails/show-rails-routes-with-pry.md index f8beef6..2a629bd 100644 --- a/rails/show-rails-routes-with-pry.md +++ b/rails/show-rails-routes-with-pry.md @@ -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`.