module Devise::Models::Authenticatable::ClassMethods

def http_authenticatable?(strategy)

def http_authenticatable?(strategy)
  http_authenticatable.is_a?(Array) ?
    http_authenticatable.include?(strategy) : http_authenticatable
end