Update validation.md (#2418)

pull/2420/head
Rick Anderson 2016-12-16 20:53:43 -10:00 committed by GitHub
parent 50b4afe18d
commit 443f0680e2
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ uid: tutorials/first-mvc-app/validation
---
# Adding Validation
By [Rick Anderson](https://twitter.com/RickAndMSFT)
In this section you'll add validation logic to the `Movie` model, and you'll ensure that the validation rules are enforced any time a user attempts to create or edit a movie.
## Keeping things DRY