Merge pull request #2329 from nertzy/master

Give attribution to Peter Jaros for the patch we paired on
This commit is contained in:
Xavier Noria
2011-07-28 10:12:51 -07:00

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]