active_model_serializers/test/fixtures
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
..
active_record.rb Serialize embedding in root deeply nested associations 2014-01-02 18:34:11 -02:00
poro.rb Make sure render json: ..., each_serializer: ... is working with Enumerables 2014-09-25 16:59:47 +04:00
template.html.erb Avoid overwriting notifications for template assertions. 2014-08-29 08:18:44 -05:00