diff options
author | Grant Hutchins <nertzy@gmail.com> | 2011-07-28 13:38:28 -0300 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-08-13 16:22:23 -0700 |
commit | c4cf9073a15c7185ee7da345c41e341009a7a690 (patch) | |
tree | 71d37560d01b58b3d014a69c822bfaac806dc1d9 | |
parent | b50dfce6018bb5d380a6faa18d93cec41cf458ca (diff) | |
download | rails-c4cf9073a15c7185ee7da345c41e341009a7a690.tar.gz rails-c4cf9073a15c7185ee7da345c41e341009a7a690.tar.bz2 rails-c4cf9073a15c7185ee7da345c41e341009a7a690.zip |
Give attribution to Peter Jaros for the patch we paired on.
-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] |