From bd03bf9f5e2a1a8a667785e82658e3efa3f08a25 Mon Sep 17 00:00:00 2001 From: Michael Koziarski Date: Sat, 13 Oct 2007 03:28:35 +0000 Subject: 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 --- actionpack/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionpack/CHANGELOG') 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] -- cgit v1.2.3