From 31143a4ad3c6ab1074904f146b71468f5d030267 Mon Sep 17 00:00:00 2001 From: Anton Cherepanov Date: Tue, 15 Jan 2013 22:54:21 +0600 Subject: Update guides/source/active_record_validations.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Duplicated `update` --- guides/source/active_record_validations.md | 1 - 1 file changed, 1 deletion(-) diff --git a/guides/source/active_record_validations.md b/guides/source/active_record_validations.md index a911d6b941..eaa47d4ebf 100644 --- a/guides/source/active_record_validations.md +++ b/guides/source/active_record_validations.md @@ -117,7 +117,6 @@ database only if the object is valid: * `save` * `save!` * `update` -* `update` * `update!` The bang versions (e.g. `save!`) raise an exception if the record is invalid. -- cgit v1.2.3