blob: 0db220ab8f8f9c40a154097176849d19a613d9d1 (
plain) (
blame)
1
2
3
4
5
6
7
|
* Introduce `validate` as an alias for `valid?`.
This is more intuitive when you want to run validations but don't care about the return value.
*Henrik Nyh*
Please check [4-1-stable](https://github.com/rails/rails/blob/4-1-stable/activemodel/CHANGELOG.md) for previous changes.
|