active_model_serializers/lib
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
..
action_controller merge upstream update fieldset 2014-11-13 17:45:47 -08:00
active_model Fix nested include attributes 2015-01-13 14:49:58 -05:00
generators/serializer Add generators. 2014-07-05 12:35:29 -04:00
active_model_serializers.rb implement sparse fieldsets http://jsonapi.org/format/#fetching-sparse-fieldsets 2014-10-26 13:04:14 -07:00