# File lib/devise/models/confirmable.rb, line 126 def generate_confirmation_token! generate_confirmation_token && save(:validate => false) end