method

build_default_key_provider

Importance_0
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: Context
build_default_key_provider() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.