mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Added missing ')' on routing_filter link
This commit is contained in:
parent
bdce0c0bb1
commit
3c530dbc77
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ match '/:locale' => 'dashboard#index'
|
|||
|
||||
Do take special care about the **order of your routes**, so this route declaration does not "eat" other ones. (You may want to add it directly before the `root :to` declaration.)
|
||||
|
||||
NOTE: Have a look at two plugins which simplify work with routes in this way: Sven Fuchs's [routing_filter](https://github.com/svenfuchs/routing-filter/tree/master and Raul Murciano's [translate_routes](https://github.com/raul/translate_routes/tree/master).
|
||||
NOTE: Have a look at two plugins which simplify work with routes in this way: Sven Fuchs's [routing_filter](https://github.com/svenfuchs/routing-filter/tree/master) and Raul Murciano's [translate_routes](https://github.com/raul/translate_routes/tree/master).
|
||||
|
||||
### Setting the Locale from the Client Supplied Information
|
||||
|
||||
|
|
Loading…
Reference in a new issue