Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ Default value: `false`
Used to map lowercase model names that sails uses to model names that ember can understand.


#### pluralize
Type: `Boolean`
Default value: `false`

Set to true to use Ember's default pluralization functions for pluralized blueprints, e.g. a model User would have a route /users if set to true.


ember-data-sails-adapter 1.x
============================

Expand Down
Loading