method

add_previous_scheme

Importance_0
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: Config
add_previous_scheme(**properties) 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/config.rb, line 63
        def add_previous_scheme(**properties)
          previous_schemes << ActiveRecord::Encryption::Scheme.new(**properties)
        end
Register or log in to add new notes.