Skip to content

Commit df815c4

Browse files
committed
Merge pull request #1544 from groyoh/remove_design
[DOC] Removes DESIGN.textile doc and update ARCHITECTURE.md [ci skip]
2 parents 8a04005 + 8b5da69 commit df815c4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/ARCHITECTURE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
[Back to Guides](README.md)
22

3+
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,
4+
please refer to the [0.8 README](https://github.com/rails-api/active_model_serializers/blob/0-8-stable/README.md) or
5+
[0.9 README](https://github.com/rails-api/active_model_serializers/blob/0-9-stable/README.md).
6+
7+
The original design is also available [here](https://github.com/rails-api/active_model_serializers/blob/d72b66d4c5355b0ff0a75a04895fcc4ea5b0c65e/README.textile).
8+
39
# ARCHITECTURE
410

511
An **`ActiveModel::Serializer`** wraps a [serializable resource](https://github.com/rails/rails/blob/4-2-stable/activemodel/lib/active_model/serialization.rb)

docs/DESIGN.textile

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)