diff options
author | Grant Hutchins <nertzy@gmail.com> | 2011-07-28 13:38:28 -0300 |
---|---|---|
committer | Grant Hutchins <nertzy@gmail.com> | 2011-07-28 13:38:28 -0300 |
commit | b407034c9daf8103c99739bc6b96ed9b3ea13eaa (patch) | |
tree | 43410dc97e0402cb5d331ca4d6c2944fe9cf824a /activemodel/CHANGELOG | |
parent | 84763047a03e74656fe1e9608b3011933181c893 (diff) | |
download | rails-b407034c9daf8103c99739bc6b96ed9b3ea13eaa.tar.gz rails-b407034c9daf8103c99739bc6b96ed9b3ea13eaa.tar.bz2 rails-b407034c9daf8103c99739bc6b96ed9b3ea13eaa.zip |
Give attribution to Peter Jaros for the patch we paired on.
Diffstat (limited to 'activemodel/CHANGELOG')
-rw-r--r-- | activemodel/CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/CHANGELOG b/activemodel/CHANGELOG index 81386667c2..597f5ab395 100644 --- a/activemodel/CHANGELOG +++ b/activemodel/CHANGELOG @@ -1,4 +1,4 @@ -* Deprecate "Model.model_name.partial_path" in favor of "model.to_path" [Grant Hutchins] +* Deprecate "Model.model_name.partial_path" in favor of "model.to_path" [Grant Hutchins, Peter Jaros] * Provide mass_assignment_sanitizer as an easy API to replace the sanitizer behavior. Also support both :logger (default) and :strict sanitizer behavior [Bogdan Gusiev] |