Rename attr_encrypted methods to avoid collision
What does this MR do and why?
Renames some methods and variables in attr_encrypted to avoid naming collissions with Rails 7 encrypted attributes
-
encrypted_attributes->attr_encrypted_attributes -
encrypt->attr_encrypt -
decrypt->attr_decrypt
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Heinrich Lee Yu