From 2d1d426c675b35bc34a25c5a5960a7f0a75c520b Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Mon, 6 Jan 2014 14:18:25 +0100 Subject: add example to the CHANGELOG entry from 3a48b83e5 [ci skip]. /cc @pixeltrix --- actionpack/CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'actionpack') diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 395b783d61..75deba4a4f 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,6 +1,12 @@ -* Allow an absolute controller path inside a module scope +* Allow an absolute controller path inside a module scope. Fixes #12777. + + Example: + + namespace :foo do + # will route to BarController without the namespace. + get '/special', to: '/bar#index' + end - Fixes #12777. * Unique the segment keys array for non-optimized url helpers -- cgit v1.2.3