mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
PR #1454 was merged with some missing fixes. All these fixes are addressed by this commit: - Rename ActiveModel::Serializer::Adapter::JsonApi::Association to ActiveModel::Serializer::Adapter::JsonApi::Relationship - Move ActiveModel::Serializer::Adapter:: JsonApi::Relationship and ActiveModel::Serializer::Adapter::JsonApi::ResourceIdentifier to ActiveModel::Serializer::Adapter::JsonApi::ApiObjects module - Add unit test for ActiveModel::Serializer::Adapter::JsonApi::Relationship - Add unit test for ActiveModel::Serializer::Adapter::JsonApi::ResourceIdentifier |
||
|---|---|---|
| .. | ||
| adapter | ||
| adapter.rb | ||
| array_serializer.rb | ||
| association.rb | ||
| associations.rb | ||
| attribute.rb | ||
| attributes.rb | ||
| belongs_to_reflection.rb | ||
| caching.rb | ||
| collection_reflection.rb | ||
| collection_serializer.rb | ||
| configuration.rb | ||
| field.rb | ||
| fieldset.rb | ||
| has_many_reflection.rb | ||
| has_one_reflection.rb | ||
| include_tree.rb | ||
| links.rb | ||
| lint.rb | ||
| meta.rb | ||
| reflection.rb | ||
| singular_reflection.rb | ||
| type.rb | ||
| version.rb | ||