active_model_serializers/lib
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
..
action_controller Add rescue_from handler to clear state 2015-05-19 17:23:29 -07:00
active_model Don't pass serializer option to associated serializers 2015-06-10 18:20:34 -04:00
generators/serializer Replace has_one with attribute in template 2015-02-25 14:20:18 -06:00
active_model_serializers.rb clear the cache between requests 2015-03-11 09:53:47 +11:00