From dfa786631bb8476c8cae555ad8de5e83811dfe9d Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Wed, 13 Feb 2008 06:32:50 +0000 Subject: Introduce the :readonly option to all associations. Records from the association cannot be saved. Closes #11084. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8864 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 591433b48c..6dcf02c77f 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Introduce the :readonly option to all associations. Records from the association cannot be saved. #11084 [miloops] + * Multiparameter attributes for time columns fail over to DateTime when out of range of Time [Geoff Buesing] * Base#instantiate_time_object uses Time.zone.local() [Geoff Buesing] -- cgit v1.2.3