method
encryptor
v5.1.7 -
Show latest stable
- Class:
Rails::Secrets
encryptor()private
No documentation available.
# File railties/lib/rails/secrets.rb, line 116
def encryptor
@encryptor ||= ActiveSupport::MessageEncryptor.new([ key ].pack("H*"), cipher: @cipher)
end