mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
Merge pull request #1410 from georgemillo/patch-1
Fix broken link in guides
This commit is contained in:
commit
df594c630d
@ -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