class ActiveRecord::Encryption::NullEncryptor

def encrypted?(text)

def encrypted?(text)
  false
end