active_model_serializers/test/integration
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
..
action_controller Make sure render json: ..., each_serializer: ... is working with Enumerables 2014-09-25 16:59:47 +04:00
active_record Use Minitest::Test instead of ActiveModel::TestCase 2014-01-09 21:52:10 -02:00
generators Use Minitest::Test instead of ActiveModel::TestCase 2014-01-09 21:52:10 -02:00