Skip to content

Commit

Permalink
Merge pull request #2694 from bogdan/internal_validation
Browse files Browse the repository at this point in the history
Moved strict validation changelog entry to right place
  • Loading branch information
spastorino committed Aug 25, 2011
2 parents eb69068 + f2f05da commit a16e888
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions railties/guides/source/active_model_basics.textile
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,5 @@ person.valid? #=> raises ActiveModel::StrictValidationFai

h3. Changelog

* August 24, 2011: Add strict validation usage example. "Bogdan Gusiev":http://gusiev.com
* August 5, 2011: Initial version by "Arun Agrawal":http://github.com/arunagw
Original file line number Diff line number Diff line change
Expand Up @@ -1270,7 +1270,6 @@ The +after_commit+ and +after_rollback+ callbacks are guaranteed to be called fo

h3. Changelog

* August 24, 2011: Add strict validation usage example. "Bogdan Gusiev":http://gusiev.com
* February 17, 2011: Add description of transaction callbacks.
* July 20, 2010: Fixed typos and rephrased some paragraphs for clarity. "Jaime Iniesta":http://jaimeiniesta.com
* May 24, 2010: Fixed document to validate XHTML 1.0 Strict. "Jaime Iniesta":http://jaimeiniesta.com
Expand Down

0 comments on commit a16e888

Please sign in to comment.