active_model_serializers/lib/active_model
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
..
serializer Fix nested include attributes 2015-01-13 14:49:58 -05:00
serializer.rb Merge pull request #696 from ggordon/explicit_serializer 2015-01-06 09:57:07 -02:00