mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add CHANGELOG to Active Model too [ci skip]
This commit is contained in:
parent
56dabd84da
commit
eddcdb0f1d
1 changed files with 6 additions and 0 deletions
|
@ -1 +1,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.
|
||||
|
|
Loading…
Reference in a new issue