提交 14b4040a 编写于 作者: D David Heinemeier Hansson

Added mixins to install.rb

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@88 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 3fef0164
......@@ -18,7 +18,7 @@
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 @@
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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册