1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 15:18:01 +00:00

Fix a typo

This commit is contained in:
jbranchaud
2019-11-26 14:18:17 -06:00
parent e1dbaeb428
commit 72a7dfded5

View File

@@ -551,7 +551,7 @@ _877 TILs and counting..._
- [Show Pending Migrations](rails/show-pending-migrations.md)
- [Show Rails Models With Pry](rails/show-rails-models-with-pry.md)
- [Show Rails Routes With Pry](rails/show-rails-routes-with-pry.md)
- [Test If An Instance Variable Assigned](rails/test-if-an-instance-variable-was-assigned.md)
- [Test If An Instance Variable Was Assigned](rails/test-if-an-instance-variable-was-assigned.md)
- [Truncate Almost All Tables](rails/truncate-almost-all-tables.md)
- [Update Column Versus Update Attribute](rails/update-column-versus-update-attribute.md)
- [Where Am I In The Partial Iteration?](rails/where-am-i-in-the-partial-iteration.md)