From 913f229e21263e5aef541af5918e23cb0675b7ce Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 21 Dec 2004 13:58:04 +0000 Subject: Added acts instead of mixins git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@240 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/install.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/activerecord/install.rb b/activerecord/install.rb index 26abbd9678..50c68f5d2b 100644 --- a/activerecord/install.rb +++ b/activerecord/install.rb @@ -42,8 +42,8 @@ files = %w- active_record/fixtures.rb active_record/observer.rb active_record/reflection.rb - active_record/mixins/list.rb - active_record/mixins/touch.rb + active_record/acts/list.rb + active_record/acts/tree.rb active_record/support/class_attribute_accessors.rb active_record/support/class_inheritable_attributes.rb active_record/support/clean_logger.rb -- cgit v1.2.3