method

global_previous_schemes_for

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: EncryptableRecord
global_previous_schemes_for(scheme) public

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/encryptable_record.rb, line 78
          def global_previous_schemes_for(scheme)
            ActiveRecord::Encryption.config.previous_schemes.collect do |previous_scheme|
              scheme.merge(previous_scheme)
            end
          end
Register or log in to add new notes.