aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2012-11-11 17:13:33 +0100
committerYves Senn <yves.senn@garaio.com>2012-11-12 16:06:58 +0100
commitd5ac2801d9ba6eea0add944e13ba8f5c8754f117 (patch)
treebf16f4d969389a40e2e580a9f0e1adfc2a04654f /activerecord/CHANGELOG.md
parent2f3d81c764a8b527299be8c33c64814431f83482 (diff)
downloadrails-d5ac2801d9ba6eea0add944e13ba8f5c8754f117.tar.gz
rails-d5ac2801d9ba6eea0add944e13ba8f5c8754f117.tar.bz2
rails-d5ac2801d9ba6eea0add944e13ba8f5c8754f117.zip
cleanup, removed whitespace from CHANGELOG
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index dee398177c..e9adbf0f5d 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,7 +1,7 @@
## Rails 4.0.0 (unreleased) ##
* Do not create useless database transaction when building `has_one` association.
-
+
Example:
User.has_one :profile