aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG
diff options
context:
space:
mode:
authorAlexander Uvarov <alexander.uvarov@gmail.com>2011-02-13 22:27:33 +0500
committerJosé Valim <jose.valim@gmail.com>2011-03-01 20:22:45 +0100
commit24faddd60c5fd148c8264898aeca2d5f36b25a4b (patch)
tree382b503b52f3f08a54cf24413ae93de99d8bf06c /activemodel/CHANGELOG
parentfd26afc93be89df62584f6b28bd26ec9eea7ff00 (diff)
downloadrails-24faddd60c5fd148c8264898aeca2d5f36b25a4b.tar.gz
rails-24faddd60c5fd148c8264898aeca2d5f36b25a4b.tar.bz2
rails-24faddd60c5fd148c8264898aeca2d5f36b25a4b.zip
Move ActiveModel::AttributeMethods#attribute_methods_generated? to ActiveRecord, so it's flexible now
[#6428 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
Diffstat (limited to 'activemodel/CHANGELOG')
-rw-r--r--activemodel/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activemodel/CHANGELOG b/activemodel/CHANGELOG
index 9dd5e03685..3082c7186a 100644
--- a/activemodel/CHANGELOG
+++ b/activemodel/CHANGELOG
@@ -2,6 +2,8 @@
* Added ActiveModel::SecurePassword to encapsulate dead-simple password usage with BCrypt encryption and salting [DHH]
+* ActiveModel::AttributeMethods allows attributes to be defined on demand [Alexander Uvarov]
+
*Rails 3.0.2 (unreleased)*