module Devise::Models::Confirmable

def resend_confirmation_token

Resend confirmation token. This method does not need to generate a new token.
def resend_confirmation_token
  unless_confirmed { send_confirmation_instructions }
end