Answer the question
In order to leave comments, you need to log in
How to properly organize routes in Rails?
.....
get '/:email', to: 'current_user#show', as: 'current_user'
get '/:email/admin', to: 'admins#index', as: 'admin'
root 'items#index'
.....
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question