method

add_previous_scheme

Importance_0
v7.0.0 - Show latest stable - 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 39
        def add_previous_scheme(**properties)
          previous_schemes << ActiveRecord::Encryption::Scheme.new(**properties)
        end
Register or log in to add new notes.