active_model_serializers/test
Alexandre de Oliveira 7333f20285 Use type as key for linked resources
If type is `author` but the association is called `writer`, the linked
resource key should be called `authors`, e.g

    {
      ...
      linked: {
        authors: [{
          ...
        }]
      }
      ...
    }
2014-11-12 20:03:25 -02:00
..
action_controller Includes links inside of linked resources 2014-11-12 15:44:54 -02:00
adapter Use type as key for linked resources 2014-11-12 20:03:25 -02:00
fixtures Bugfix: include nested has_many association 2014-11-11 14:35:00 -02:00
serializers Bugfix: include nested has_many association 2014-11-11 14:35:00 -02:00
adapter_test.rb Move Adapter.adapter_for to Serializer.adapter 2014-08-27 11:02:39 +04:00
array_serializer_test.rb Refactor adapters to implement support for array serialization 2014-10-15 17:35:50 -05:00
test_helper.rb Merge remote-tracking branch 'upstream/master' into feature/adapter 2014-08-29 12:55:20 +04:00