diff options
-rw-r--r-- | actionpack/CHANGELOG | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 76dbfe7895..07a23ddb63 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -4,7 +4,9 @@ * Implicit actions named not_implemented can be rendered [Santiago Pastorino] -* Wildcard route will always matching the optional format segment by default. For example if you have this route: +* Wildcard route will always matching the optional format segment by default. [Prem Sichanugrist] + + For example if you have this route: map '*pages' => 'pages#show' |