File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ implementation details) from the attributes hash.
276
276
277
277
#### examples
278
278
279
- 1 . Always expose foreign keys for all models
279
+ Always expose foreign keys for all models
280
280
``` js
281
281
{
282
282
...
@@ -285,7 +285,7 @@ implementation details) from the attributes hash.
285
285
}
286
286
```
287
287
288
- 2 . Never expose foreign keys for any models (default behaviour)
288
+ Never expose foreign keys for any models (default behaviour)
289
289
``` js
290
290
{
291
291
...
@@ -294,7 +294,7 @@ implementation details) from the attributes hash.
294
294
}
295
295
```
296
296
297
- 3 . Only expose foreign keys for the commeht model
297
+ Only expose foreign keys for the commeht model
298
298
``` js
299
299
{
300
300
...
@@ -305,7 +305,7 @@ implementation details) from the attributes hash.
305
305
}
306
306
```
307
307
308
- 4 . Only expose foreign keys for the comment model findById method. eg. ` GET /api/comments/1 `
308
+ Only expose foreign keys for the comment model findById method. eg. ` GET /api/comments/1 `
309
309
``` js
310
310
{
311
311
...
You can’t perform that action at this time.
0 commit comments