aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/install.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/activerecord/install.rb b/activerecord/install.rb
index 52e162a707..1565b0ed36 100644
--- a/activerecord/install.rb
+++ b/activerecord/install.rb
@@ -18,7 +18,7 @@ unless $sitedir
end
end
-makedirs = %w{ active_record/associations active_record/connection_adapters active_record/support active_record/vendor }
+makedirs = %w{ active_record/associations active_record/connection_adapters active_record/support active_record/vendor active_record/mixins }
makedirs.each {|f| File::makedirs(File.join($sitedir, *f.split(/\//)))}
# deprecated files that should be removed
@@ -42,6 +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/support/class_attribute_accessors.rb
active_record/support/class_inheritable_attributes.rb
active_record/support/clean_logger.rb