Skip to content

Commit

Permalink
Update examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikermcneil committed Mar 21, 2017
1 parent 69ca8e4 commit bbf887a
Show file tree
Hide file tree
Showing 4 changed files with 145 additions and 386 deletions.
2 changes: 2 additions & 0 deletions example/express/express-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ Waterline.start({
emailAddress: { type: 'string', required: true },
firstName: { type: 'string' },
lastName: { type: 'string' },
numChickens: { type: 'number' },
pets: { collection: 'pet' }
}
},
pet: {
Expand Down
268 changes: 0 additions & 268 deletions example/raw/another-raw-example.js

This file was deleted.

80 changes: 0 additions & 80 deletions example/raw/bootstrap.js

This file was deleted.

Loading

0 comments on commit bbf887a

Please sign in to comment.