Merge pull request #1544 from groyoh/remove_design

[DOC] Removes DESIGN.textile doc and update ARCHITECTURE.md [ci skip]
This commit is contained in:
Benjamin Fleischer 2016-03-03 13:31:10 -06:00
commit df815c48ba
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,11 @@
[Back to Guides](README.md)
This document focuses on architecture the 0.10.x version of ActiveModelSerializers. If you are interested in the architecture of the 0.8 or 0.9 versions,
please refer to the [0.8 README](https://github.com/rails-api/active_model_serializers/blob/0-8-stable/README.md) or
[0.9 README](https://github.com/rails-api/active_model_serializers/blob/0-9-stable/README.md).
The original design is also available [here](https://github.com/rails-api/active_model_serializers/blob/d72b66d4c5355b0ff0a75a04895fcc4ea5b0c65e/README.textile).
# ARCHITECTURE
An **`ActiveModel::Serializer`** wraps a [serializable resource](https://github.com/rails/rails/blob/4-2-stable/activemodel/lib/active_model/serialization.rb)

File diff suppressed because one or more lines are too long