Update mapping_and_validation.md

This commit is contained in:
Naoki Takezoe
2015-03-23 21:30:57 +09:00
parent 4b36a8f831
commit 1977aa481d

View File

@@ -1,3 +1,5 @@
# 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: