What are peoples opinions on if the UsersController should be possessing the login, singup, logout pages or should some other controller be taking this part. I’m just wondering, because I could do both. I could do this inside the UsersController cause the users log in, and well they somehow relate. Or I could make named pre-pass or something?
What are peoples opinions on if the UsersController should be possessing the login, singup,
Share
I wouldnt take it into the users controller..
make a new session controller, which has also new/destroy actions.. then its more restful..