method

build_encrypt_attribute_assignments

build_encrypt_attribute_assignments()
private

No documentation available.

# 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