aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/install.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/install.rb')
-rw-r--r--activerecord/install.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/install.rb b/activerecord/install.rb
index 1565b0ed36..26abbd9678 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 active_record/mixins }
+makedirs = %w{ active_record/associations active_record/connection_adapters active_record/support active_record/vendor active_record/acts }
makedirs.each {|f| File::makedirs(File.join($sitedir, *f.split(/\//)))}
# deprecated files that should be removed