encrypt(data)
No documentation available.
# File railties/lib/rails/secrets.rb, line 42 def encrypt(data) encryptor.encrypt_and_sign(data) end