mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 15:23:06 +00:00
Update README.md
I wonder how `ActiveRecord::Serializer` and `ActiveRecord::Serializers` are different? However I found they have different name between the title and code.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# ActiveModel::Serializers
|
||||
# ActiveModel::Serializer
|
||||
|
||||
[](https://travis-ci.org/rails-api/active_model_serializers)
|
||||
|
||||
ActiveModel::Serializers brings convention over configuration to your JSON generation.
|
||||
ActiveModel::Serializer brings convention over configuration to your JSON generation.
|
||||
|
||||
AMS does this through two components: **serializers** and **adapters**.
|
||||
Serializers describe _which_ attributes and relationships should be serialized.
|
||||
|
||||
Reference in New Issue
Block a user