1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Give attribution to Peter Jaros for the patch we paired on.

This commit is contained in:
Grant Hutchins 2011-07-28 13:38:28 -03:00 committed by Xavier Noria
parent b50dfce601
commit c4cf9073a1

View file

@ -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]