# File lib/devise/models/authenticatable.rb, line 114 def find_for_authentication(conditions) find_first_by_auth_conditions(conditions) end