mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-24 14:56:50 +00:00
Merge branch 'maurogeorge-patch-05'
This commit is contained in:
commit
e4342aa412
@ -15,6 +15,13 @@ Adapters describe _how_ attributes and relationships should be serialized.
|
|||||||
By default AMS will use the **Attributes Adapter**. But we strongly advise you to use **JsonApi Adapter** that follows 1.0 of the format specified in [jsonapi.org/format](http://jsonapi.org/format).
|
By default AMS will use the **Attributes Adapter**. But we strongly advise you to use **JsonApi Adapter** that follows 1.0 of the format specified in [jsonapi.org/format](http://jsonapi.org/format).
|
||||||
Check how to change the adapter in the sections bellow.
|
Check how to change the adapter in the sections bellow.
|
||||||
|
|
||||||
|
# Documentation
|
||||||
|
|
||||||
|
Master
|
||||||
|
|
||||||
|
- [](http://www.rubydoc.info/github/rails-api/active_model_serializers)
|
||||||
|
- [Guides](https://github.com/rails-api/active_model_serializers/tree/master/docs)
|
||||||
|
|
||||||
# RELEASE CANDIDATE, PLEASE READ
|
# RELEASE CANDIDATE, PLEASE READ
|
||||||
|
|
||||||
This is the master branch of AMS. It will become the `0.10.0` release when it's
|
This is the master branch of AMS. It will become the `0.10.0` release when it's
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user