Add 'plural' setting

This commit is contained in:
Raymond Feng 2013-10-24 09:00:11 -07:00
parent 8a615324d0
commit 0bb8055acf
1 changed files with 5 additions and 0 deletions

View File

@ -191,6 +191,11 @@ There are a set of options to control the model definition.
- true: An `id` property will be added to the model automatically
- false: No `id` property will be added to the model
- plural: The plural form of the model name. If not present, it will be derived from the model name following English
conventions.
- Data source specific mappings
The model can be decorated with connector-specific options to customize the
mapping between the model and the connector. For example, we can define the