From 532b11690fa2c4fd2c127ddc7df246c4469ebbc4 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 3 Jan 2010 22:02:10 -0500 Subject: Change the ActiveModel::Base.include_root_in_json default to true for Rails 3 [DHH] --- activemodel/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activemodel/CHANGELOG') diff --git a/activemodel/CHANGELOG b/activemodel/CHANGELOG index 26500568ee..7489c0daa5 100644 --- a/activemodel/CHANGELOG +++ b/activemodel/CHANGELOG @@ -1,5 +1,7 @@ *Edge* +* Change the ActiveModel::Base.include_root_in_json default to true for Rails 3 [DHH] + * Add validates_format_of :without => /regexp/ option. #430 [Elliot Winkler, Peer Allan] Example : -- cgit v1.2.3