diff options
author | Michael Koziarski <michael@koziarski.com> | 2007-10-13 03:28:35 +0000 |
---|---|---|
committer | Michael Koziarski <michael@koziarski.com> | 2007-10-13 03:28:35 +0000 |
commit | bd03bf9f5e2a1a8a667785e82658e3efa3f08a25 (patch) | |
tree | afc3085082a64434a14be2bd6a7b7beb6ccff83c /actionpack/CHANGELOG | |
parent | faff774f9d48095163161562480dfb426c0462f9 (diff) | |
download | rails-bd03bf9f5e2a1a8a667785e82658e3efa3f08a25.tar.gz rails-bd03bf9f5e2a1a8a667785e82658e3efa3f08a25.tar.bz2 rails-bd03bf9f5e2a1a8a667785e82658e3efa3f08a25.zip |
Make sure that custom inflections are picked up by map.resources by triggering a routing reload when new inflections are defined. Closes #9815 [mislav, kampers]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7849 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 28c5556d81..8ba260dae6 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Make sure that custom inflections are picked up by map.resources. #9815 [mislav] + * Changed SanitizeHelper#sanitize to only allow the custom attributes and tags when specified in the call [DHH] * Extracted sanitization methods from TextHelper to SanitizeHelper [DHH] |