mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
Update README.md
Indicate support for RC3 of JSON API
This commit is contained in:
parent
4fcacb0b16
commit
ef3bfdd1e9
@ -181,9 +181,9 @@ end
|
|||||||
|
|
||||||
#### JSONAPI
|
#### JSONAPI
|
||||||
|
|
||||||
This adapter follows the format specified in
|
This adapter follows RC3 of the format specified in
|
||||||
[jsonapi.org/format](http://jsonapi.org/format). It will include the associated
|
[jsonapi.org/format](http://jsonapi.org/format). It will include the associated
|
||||||
resources in the `"linked"` member when the resource names are included in the
|
resources in the `"included"` member when the resource names are included in the
|
||||||
`include` option.
|
`include` option.
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user