Skip to content

Commit

Permalink
Added missing ')' on routing_filter link
Browse files Browse the repository at this point in the history
  • Loading branch information
hughkelsey committed Apr 23, 2013
1 parent bdce0c0 commit 3c530db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/i18n.md
Expand Up @@ -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

Expand Down

0 comments on commit 3c530db

Please sign in to comment.