module Devise::Models::HttpAuthenticatable::ClassMethods
def authenticate_with_http(username, password)
def authenticate_with_http(username, password) authenticate(authentication_keys.first => username, :password => password) end
def authenticate_with_http(username, password) authenticate(authentication_keys.first => username, :password => password) end