diff options
author | rick <technoweenie@gmail.com> | 2008-05-31 17:13:11 -0700 |
---|---|---|
committer | rick <technoweenie@gmail.com> | 2008-05-31 17:13:11 -0700 |
commit | 72483c0d4c1e4ea794919974100acc2f255f6fd2 (patch) | |
tree | 1519e9e4dd95c3c0ac13e1d0bf8bc0e2b15fc5a9 /activerecord/CHANGELOG | |
parent | a6e79083273dfb1a62aa8ff02db07454c65729ff (diff) | |
download | rails-72483c0d4c1e4ea794919974100acc2f255f6fd2.tar.gz rails-72483c0d4c1e4ea794919974100acc2f255f6fd2.tar.bz2 rails-72483c0d4c1e4ea794919974100acc2f255f6fd2.zip |
Add ActiveRecord::Base.sti_name that checks ActiveRecord::Base#store_full_sti_class? and returns either the full or demodulized name. [rick] [#114 state:resolved]
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 78082665a4..31e1c22f0d 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,3 +1,5 @@ +* Add ActiveRecord::Base.sti_name that checks ActiveRecord::Base#store_full_sti_class? and returns either the full or demodulized name. [rick] + * Add first/last methods to associations/named_scope. Resolved #226. [Ryan Bates] *2.1.0 RC1 (May 11th, 2008)* |