I\'m developing a REST api based on rails. To use this api, you MUST be logged in. Regarding that, I\'d like to create a method me in my user controller that wi
me
Maybe I am missing something, but why don't you use:
get 'me', on: :collection