Version v1.0.0
NEW FEATURES
- Added
encrypted_find_by
finds the first encrypted record matching the specified conditions - Added
encrypted_find_by!
likeencrypted_find_by
, except that if no record is found, raises anActiveRecord::RecordNotFound
error.
IMPROVEMENTS
find_by_vault_attributes
renamed toencrypted_where
as it returns a relation rather than a single record
BREAKING CHANGES
find_by_vault_attributes
renamed toencrypted_where