diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-10-24 06:26:24 -0700 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-10-24 06:26:24 -0700 |
commit | 15821005c16bafbcbec92cdf0d535c027d5d3718 (patch) | |
tree | a4dd02a31de3429d7fce548769bf9c8825bf9edd | |
parent | 9d66c4018917bf55a98c1bf722c8825576e3b79d (diff) | |
parent | 1a6b0828085eac4a9e9ee1d003a927e7476c5af3 (diff) | |
download | rails-15821005c16bafbcbec92cdf0d535c027d5d3718.tar.gz rails-15821005c16bafbcbec92cdf0d535c027d5d3718.tar.bz2 rails-15821005c16bafbcbec92cdf0d535c027d5d3718.zip |
Merge pull request #8021 from ugisozols/master
Fix incorrect markdown by removing extra space. [ci skip]
-rw-r--r-- | activerecord/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index ffd19a5334..f9f30b0d21 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -338,7 +338,7 @@ * Fix AR#dup to nullify the validation errors in the dup'ed object. Previously the original and the dup'ed object shared the same errors. - * Christian Seiler* + *Christian Seiler* * Raise `ArgumentError` if list of attributes to change is empty in `update_all`. |