From 1affc30cd5a3ed91beb41014e203795c78a0db8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Corcuera?= Date: Wed, 12 Sep 2012 10:04:29 -0500 Subject: Fix typo [ci skip] --- guides/source/active_record_validations_callbacks.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/source/active_record_validations_callbacks.textile b/guides/source/active_record_validations_callbacks.textile index b866337e3f..3f6fb7606f 100644 --- a/guides/source/active_record_validations_callbacks.textile +++ b/guides/source/active_record_validations_callbacks.textile @@ -48,7 +48,7 @@ We can see how it works by looking at some +rails console+ output: >> p = Person.new(:name => "John Doe") -=> # +=> # >> p.new_record? => true >> p.save -- cgit v1.2.3