fix CHANGELOG entry for #40768

This commit is contained in:
Asherah Connor 2020-12-31 11:02:34 +11:00
parent e19f95f219
commit 2717b08f76
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
# => #<Product ...> (if one Product with given price)
# => ActiveRecord::SoleRecordExceeded (if more than one Product with given price)
user.api_keys.find_by_sole(key: key)
user.api_keys.find_sole_by(key: key)
# as above
```