method

build_encrypt_attribute_assignments

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: ActiveRecord
build_encrypt_attribute_assignments() 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/encryptable_record.rb, line 186
        def build_encrypt_attribute_assignments
          Array(self.class.encrypted_attributes).index_with do |attribute_name|
            self[attribute_name]
          end
        end
Register or log in to add new notes.