# File lib/devise/models/confirmable.rb, line 157
        def confirmation_token
          generate_token(:confirmation_token)
        end