decrypt(data)
No documentation available.
# File railties/lib/rails/secrets.rb, line 46 def decrypt(data) encryptor.decrypt_and_verify(data) end