1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fixed a typo in migrations

This commit is contained in:
luke 2012-04-15 20:54:04 +02:00
parent 6e8a1bd0d3
commit 749ced1767

View file

@ -770,7 +770,7 @@ Both migrations work for Alice.
Bob comes back from vacation and:
# Updates the source - which contains both migrations and the latests version of
# Updates the source - which contains both migrations and the latest version of
the Product model.
# Runs outstanding migrations with +rake db:migrate+, which
includes the one that updates the +Product+ model.