Fix 2.7 warnings related to attr_encrypted
Currently, attr_encrypted gem implements dirty attrs without handling kwargs properly. If we just replace using attr_changed? method with calling attribute_changed?(attr), it fixes the warning It allows us getting away without updating the gem
Showing
Please register or sign in to comment