method
build_default_key_provider
rails latest stable - Class:
ActiveRecord::Encryption::Context
build_default_key_provider()private
No documentation available.
# File activerecord/lib/active_record/encryption/context.rb, line 37
def build_default_key_provider
ActiveRecord::Encryption::DerivedSecretKeyProvider.new(ActiveRecord::Encryption.config.primary_key)
end