# File lib/devise/models/token_authenticatable.rb, line 59
        def find_for_token_authentication(conditions)
          find_for_authentication(:authentication_token => conditions[token_authentication_key])
        end