mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
parent
4ad15205a5
commit
585f651460
1 changed files with 9 additions and 1 deletions
10
NEWS.md
10
NEWS.md
|
@ -2,7 +2,15 @@
|
|||
|
||||
### Bug fixes
|
||||
|
||||
* Fix `delegate_method` so that it works again with shoulda-context.
|
||||
* Fix `delegate_method` so that it works again with shoulda-context. ([#591])
|
||||
|
||||
* Fix `validate_uniqueness_of` when used with `scoped_to` so that when one of
|
||||
the scope attributes is a polymorphic `*_type` attribute and the model has
|
||||
another validation on the same attribute, the matcher does not fail with an
|
||||
error. ([#592])
|
||||
|
||||
[#591]: https://github.com/thoughtbot/shoulda-matchers/pull/591
|
||||
[#592]: https://github.com/thoughtbot/shoulda-matchers/pull/592
|
||||
|
||||
# 2.7.0
|
||||
|
||||
|
|
Loading…
Reference in a new issue