active_model_serializers/lib/active_model
Edward Loveall 0f0ef2baf5 Don't pass serializer option to associated serializers
Fixes #870

Commit af81a40 introduced passing a serializer's 'options'
along to its associated model serializers.

Thus, an explicit 'each_serializer' passed to render for a
singular resource would be passed on as the implicit 'serializer'
for its associations.

With @bf4
2015-06-10 18:20:34 -04:00
..
serializer Ensure the adapters honor a custom root option and include meta when required 2015-06-04 17:33:41 +01:00
serializer.rb Don't pass serializer option to associated serializers 2015-06-10 18:20:34 -04:00