active_model_serializers/test
Andrey Chernih 90343cea4d Make sure render json: ..., each_serializer: ... is working with Enumerables
If you try to render Enumerable with custom `each_serializer` then it will render with default serializer instead:

```ruby
render json: sequel_scope, each_serializer: CustomSerializer
```

This commit fixes this behaviour. Most likely fixes https://github.com/rails-api/active_model_serializers/issues/664 as well
2014-09-25 16:59:47 +04:00
..
fixtures Make sure render json: ..., each_serializer: ... is working with Enumerables 2014-09-25 16:59:47 +04:00
integration Make sure render json: ..., each_serializer: ... is working with Enumerables 2014-09-25 16:59:47 +04:00
unit/active_model Add plural_default_root config option 2014-09-12 18:56:51 +02:00
test_app.rb Set up a logger on tests 2013-12-30 14:14:08 -02:00
test_helper.rb Manually include AC::Serialization module in test suite 2014-08-16 20:39:38 -04:00