Hi everyone,
I’ve followed along with this recipe and it’s not working for me. I know it is something REALLY simple. I get the following method not found error when attempting to login:
NoMethodError in SessionsController#create
undefined method `authenticate’ for #<class:0x23dd608>
Was I suppose to set up the “authenticate” method prior to starting this recipe?