mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
439 B
439 B
Configuration Options
The following configuration options can be set on ActiveModel::Serializer.config inside an initializer.
General
adapter: The adapter to use. Possible values::attributes, :json, :json_api. Default::attributes.
JSON API
jsonapi_resource_type: Whether thetypeattributes of resources should be singular or plural. Possible values::singular, :plural. Default::plural.