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:
parent
1eb751a021
commit
913f229e21
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue