mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 07:16:49 +00:00
fix a couple typos
This commit is contained in:
@@ -5,7 +5,7 @@ require 'active_support/descendants_tracker'
|
||||
module ActiveModel
|
||||
# Active Model Array Serializer
|
||||
#
|
||||
# It serializes an Array, checking if each element that implements
|
||||
# Serializes an Array, checking if each element implements
|
||||
# the +active_model_serializer+ method.
|
||||
#
|
||||
# To disable serialization of root elements:
|
||||
|
||||
Reference in New Issue
Block a user