From d8a58eea1118fa5ca9339a677b5179ed712f9246 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 16 Dec 2004 03:01:11 +0000 Subject: git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@177 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index bbbac02af1..d80d3a7c86 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,6 +1,6 @@ *CVS* -* Added acts_as_list that can decorates an existing class with methods like move_higher/lower, move_to_top/bottom. Example: +* Added acts_as_list that can decorates an existing class with methods like move_higher/lower, move_to_top/bottom. [Tobias Luetke] Example: class TodoItem < ActiveRecord::Base acts_as_list :scope => :todo_list_id @@ -8,7 +8,7 @@ end * Added acts_as_tree that can decorates an existing class with a many to many relationship with itself. Perfect for categories in - categories and the likes. + categories and the likes. [Tobias Luetke] * Added that Active Records will automatically record creation and/or update timestamps of database objects if fields of the names created_at/created_on or updated_at/updated_on are present. [Tobias Luetke] -- cgit v1.2.3