From 25a49953133f40cec4967a67c660332fa51db33c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rory=20O=E2=80=99Kane?= Date: Sat, 28 Jun 2014 01:54:41 -0400 Subject: Add missing period in Getting Started guide Within section 5.10 Adding Some Validation --- guides/source/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 4a0600d02a..4fe181bb9d 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -1007,7 +1007,7 @@ These changes will ensure that all articles have a title that is at least five characters long. Rails can validate a variety of conditions in a model, including the presence or uniqueness of columns, their format, and the existence of associated objects. Validations are covered in detail in [Active -Record Validations](active_record_validations.html) +Record Validations](active_record_validations.html). With the validation now in place, when you call `@article.save` on an invalid article, it will return `false`. If you open -- cgit v1.2.3