Commit 6d763d6571aed518eb47addcbf0df07d71f98368
1 parent
6a86c677
Exists in
colab
and in
4 other branches
Remove redundant home route, fixing invalid locale exceptions
Signed-off-by: Daniel Miranda <danielkza2@gmail.com>
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
config/routes.rb
... | ... | @@ -41,8 +41,6 @@ Rails.application.routes.draw do |
41 | 41 | root "home#index" |
42 | 42 | end |
43 | 43 | |
44 | - get '/:locale' => 'home#index' | |
45 | - | |
46 | 44 | # The priority is based upon order of creation: first created -> highest priority. |
47 | 45 | # See how all your routes lay out with "rake routes". |
48 | 46 | ... | ... |