aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activerecord/install.rb4
1 files 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