active_model_serializers/test/action_controller
Nicolás Hock Isaza 1d7d9fd6aa Fix nested include attributes
When the requests asked for a nested attribute in the `include` and it's
missing or empty, don't break because the type of the object can't be
determined.

If the request is for a collection and none of the elements has the
attribute, it will not be added to the `linked` key, similar to what
happens with simple includes.
2015-01-13 14:49:58 -05:00
..
adapter_selector_test.rb Allow overriding the adapter with render option 2014-11-13 10:23:19 -05:00
explicit_serializer_test.rb Allow for the implicit use of ArraySerializer when :each_serializer is specified. 2014-11-07 09:39:36 -05:00
json_api_linked_test.rb Fix nested include attributes 2015-01-13 14:49:58 -05:00
serialization_test.rb Adds support for meta attribute 2015-01-05 02:56:33 -02:00