From 254a3249d84f9fa9b747b8da271cc6c94f31464c Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Tue, 18 Sep 2012 10:51:27 +0200 Subject: ActiveRecord -> Active Record --- activerecord/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 1f83c09d44..0d3578f40d 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -69,7 +69,7 @@ end This respects any other migration detail (limits, defaults, etc). - ActiveRecord will serialize and deserialize the array columns on + Active Record will serialize and deserialize the array columns on their way to and from the database. One thing to note: PostgreSQL does not enforce any limits on the -- cgit v1.2.3