Skip to content

Commit

Permalink
Merge pull request #1410 from georgemillo/patch-1
Browse files Browse the repository at this point in the history
Fix broken link in guides
  • Loading branch information
bf4 committed Dec 31, 2015
2 parents 7bc66c5 + fdbc13c commit df594c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df594c6

Please sign in to comment.