From 2baa8ba9535bf181714b40375c85c20d0d06e524 Mon Sep 17 00:00:00 2001 From: Alexey Vakhov Date: Wed, 16 May 2012 09:06:01 +0400 Subject: Fix misprint in AR changelog --- activerecord/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 3328f80fdd..d19e0c9e9b 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -633,7 +633,7 @@ has_one :account end - user.build_account{ |a| a.credit_limit => 100.0 } + user.build_account{ |a| a.credit_limit = 100.0 } The block is called after the instance has been initialized. *Andrew White* -- cgit v1.2.3