Skip to content

Commit f570330

Browse files
committed
[Guides] removed routing_filter gem reference as it is outdated [ci-skip]
1 parent e36deb7 commit f570330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/i18n.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ get "/:locale" => "dashboard#index"
275275

276276
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.)
277277

278-
NOTE: Have a look at various gems which simplify working with routes: [routing_filter](https://github.com/svenfuchs/routing-filter/tree/master), [route_translator](https://github.com/enriclluelles/route_translator).
278+
NOTE: Have a look at a gem which simplifies working with routes: [route_translator](https://github.com/enriclluelles/route_translator).
279279

280280
#### Setting the Locale from User Preferences
281281

0 commit comments

Comments
 (0)