Emilien Baudet
Joined
110 Experience
1 Lesson Completed
0 Questions Solved
Activity
Maybe not the best way, but solving this problem : you can add a new route for users_path
:
# config/routes
get '/', to: 'user#index', as: 'users'