Skip to content

Commit

Permalink
Merge pull request rails#6347 from avakhov/ar-changelog-misprint
Browse files Browse the repository at this point in the history
Fix misprint in AR changelog
  • Loading branch information
vijaydev committed May 16, 2012
2 parents f3482a9 + 2baa8ba commit 80ba7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/CHANGELOG.md
Expand Up @@ -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*

Expand Down

0 comments on commit 80ba7a8

Please sign in to comment.