diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2006-02-04 16:26:55 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2006-02-04 16:26:55 +0000 |
commit | 5cbc062c8ad82271de11ae245d2bdaeffc0c4da7 (patch) | |
tree | eeed940e10ebb0d93924e22ae4e4d6dd7e2100fc /activesupport | |
parent | ed080863d5783b09cdc7aa397d3622e9b2eefc82 (diff) | |
download | rails-5cbc062c8ad82271de11ae245d2bdaeffc0c4da7.tar.gz rails-5cbc062c8ad82271de11ae245d2bdaeffc0c4da7.tar.bz2 rails-5cbc062c8ad82271de11ae245d2bdaeffc0c4da7.zip |
Just go with Subclasses instead of OnlySubclasses
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3534 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 6120f877e5..4b6c3096d3 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -6,9 +6,9 @@ * Remove LoadingModule. [Nicholas Seckar] -* Add documentation for Reloadable::OnlySubclasses. [Nicholas Seckar] +* Add documentation for Reloadable::Subclasses. [Nicholas Seckar] -* Add Reloadable::OnlySubclasses which handles the common case where a base class should not be reloaded, but its subclasses should be. [Nicholas Seckar] +* Add Reloadable::Subclasses which handles the common case where a base class should not be reloaded, but its subclasses should be. [Nicholas Seckar] * Further improvements to reloading code [Nicholas Seckar, Trevor Squires] |