Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
ActiveRecord::Encryption
protection
It's currently possible to override the encryption context set by `console1984` to protect encrypted data. It looks like we intended to add a protection to this, but an unexisting constant was added to the protection list instead. This commit fixes this protection by changing the protected constant from `ActiveRecord::ActiveRecordEncryption` to `ActiveRecord::Encryption` Closes #120
- Loading branch information