1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Added acts instead of mixins

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@240 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2004-12-21 13:58:04 +00:00
parent 1eb751a021
commit 913f229e21

View file

@ -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