Update mapping_and_validation.md
1 parent 4b36a8f commit 1977aa481dcb496630c31ef11b83c79a815b0b98
@Naoki Takezoe Naoki Takezoe authored on 23 Mar 2015
Showing 1 changed file
View
2
■■■
doc/mapping_and_validation.md
# Mapping and Validation
 
GitBucket uses [scalatra-forms](https://github.com/takezoe/scalatra-forms) to validate request parameters and map them to the scala object. This is inspired by Play2 form mapping / validation.
 
At first, define the mapping as following: