devise-api
devise-api copied to clipboard
AbstractController::ActionNotFound: The action 'sign_in' could not be found
After defining a customized controller for TokensController
like the below:
And setting the route to the new controller:
Then it cannot find the sign_in method:
But other routes work fine (users/tokens/info, users/tokens/revoke, etc.).
Could you help with that?