From b0caf6c54b38242a638653db1d50edc87d01225e Mon Sep 17 00:00:00 2001 From: Mike Gunderloy Date: Fri, 24 Oct 2008 20:17:15 -0500 Subject: Typo fixes in 2.2 release notes --- railties/doc/guides/html/2_2_release_notes.html | 36 ++++++++++++------------ railties/doc/guides/source/2_2_release_notes.txt | 36 ++++++++++++------------ 2 files changed, 36 insertions(+), 36 deletions(-) (limited to 'railties') diff --git a/railties/doc/guides/html/2_2_release_notes.html b/railties/doc/guides/html/2_2_release_notes.html index f3fd549863..9d92223037 100644 --- a/railties/doc/guides/html/2_2_release_notes.html +++ b/railties/doc/guides/html/2_2_release_notes.html @@ -337,72 +337,72 @@ More information :
@@ -612,7 +612,7 @@ More information:

5.4. New Dynamic Finders

Two new sets of methods have been added to Active Record's dynamic finders family.

-

5.4.1. find_last_by_<attributes>

+

5.4.1. find_last_by_<attribute>

The find_last_by_<attribute> method is equivalent to Model.last(:conditions ⇒ {:attribute ⇒ value})