Skip to content

Commit

Permalink
Replace comma splice with two sentences
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Dec 1, 2012
1 parent 298b3bc commit d555830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,13 @@ geddy resource user name admin:boolean lastLogin:datetime
Each of these items include a name and an optional type. If there's no type given, it will default
to string. The list of supported types are listed in the [model](https://github.com/mde/geddy/wiki/Models) documentation.
If no id property is given then a default id property will be created with the type of string.
If no id property is given, then a default id property will be created with the type of string.
You can also use custom default properties:
```
geddy resource user name:default admin:boolean
```
The above example will use the property `name`(string) to display the items in the views instead of the default ID property, this way when generating scaffolds, it will look better out of the box.
The above example will use the property `name`(string) to display the items in the views instead of the default ID property. This way when generating scaffolds, it will look better out of the box.
### Routes
Expand Down

0 comments on commit d555830

Please sign in to comment.