class Devise::SecretKeyFinder

def key_exists?(object)

def key_exists?(object)
  object.secret_key_base.present?
end