mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
fix broken link
This commit is contained in:
parent
7bc66c5334
commit
fdbc13c2de
@ -15,7 +15,7 @@ and, if there is no serializer, primitives.
|
||||
The **`ActiveModel::Adapter`** describes the structure of the JSON document generated from a
|
||||
serializer. For example, the `Attributes` example represents each serializer as its
|
||||
unmodified attributes. The `JsonApi` adapter represents the serializer as a [JSON
|
||||
API](jsonapi.org/) document.
|
||||
API](http://jsonapi.org/) document.
|
||||
|
||||
The **`ActiveModel::SerializableResource`** acts to coordinate the serializer(s) and adapter
|
||||
to an object that responds to `to_json`, and `as_json`. It is used in the controller to
|
||||
|
||||
Loading…
Reference in New Issue
Block a user