mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #44663 from acallaghan/master
Remove unmaintained francesc/rails-translate-routes gem
This commit is contained in:
commit
a807a4f4f9
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ get '/: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 various gems which simplify working with routes: [routing_filter](https://github.com/svenfuchs/routing-filter/tree/master), [rails-translate-routes](https://github.com/francesc/rails-translate-routes), [route_translator](https://github.com/enriclluelles/route_translator).
|
||||
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).
|
||||
|
||||
#### Setting the Locale from User Preferences
|
||||
|
||||
|
|
Loading…
Reference in a new issue