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`.