I'm still running my app locally and I have my test account I created before. I just added the :confirmable feature to my database and now I can't login using my test account. Is there a way to manually confirm that account?
The fields for that entry say: confirmation_token: nil, confirmed_at: nil, confirmation_sent_at: nil, unconfirmed_email: nil
Call .confirm!in the model. And please use the mailing list for questions, the issues tracker is for _issues_.
Sorry, where do I access the mailing list?
In my tests .confirm! returns undefined method confirm!, but .confirm does the trick.
Try the Letter Opener gem for testing mailers locally.
Most helpful comment
In my tests
.confirm!returnsundefined method confirm!, but.confirmdoes the trick.