Skip to content

Commit

Permalink
Fix misprint in AR changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
avakhov committed May 16, 2012
1 parent 20f049f commit 2baa8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@
has_one :account has_one :account
end 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* The block is called after the instance has been initialized. *Andrew White*


Expand Down

0 comments on commit 2baa8ba

Please sign in to comment.