Im trying to follow this tutorial.
Its about adding email confirmation after registration... The thing is when I submit the form I get this error
NoMethodError in UsersController#create
undefined method `deliver_verification_instructions!' for #
I looked at the code and indeed there is no such a method on my user model... Im very new at rails...Is the tutorial wrong??