aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2013-02-20 21:08:24 +0100
committerXavier Noria <fxn@hashref.com>2013-02-20 21:09:11 +0100
commit8fc6b9b4c8d6b71446b519837c99d51725dcf848 (patch)
tree0807c91377d65b1b75391398b7a6f47bb18cf136 /activerecord
parent24b7a769bfbf20b066081dc73c4e29c03a9eb428 (diff)
downloadrails-8fc6b9b4c8d6b71446b519837c99d51725dcf848.tar.gz
rails-8fc6b9b4c8d6b71446b519837c99d51725dcf848.tar.bz2
rails-8fc6b9b4c8d6b71446b519837c99d51725dcf848.zip
ActiveRecord -> Active Record [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 693111a9a7..3410f38063 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -40,7 +40,7 @@
*Yves Senn*
-* ActiveRecord now raises an error when blank arguments are passed to query
+* Active Record now raises an error when blank arguments are passed to query
methods for which blank arguments do not make sense.
Example: