active_model_serializers/test/action_controller
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
..
adapter_selector_test.rb reverting PR #909 and adding json api usage advise on readme 2015-05-27 18:35:00 -03:00
explicit_serializer_test.rb Don't pass serializer option to associated serializers 2015-06-10 18:20:34 -04:00
json_api_linked_test.rb Adjusts JsonApi adapter to serialize relationships in a nested relationships hash 2015-05-21 16:35:35 +02:00
rescue_from_test.rb Add rescue_from handler to clear state 2015-05-19 17:23:29 -07:00
serialization_scope_name_test.rb Adjusts JsonApi adapter to serialize attributes in a nested attributes hash 2015-05-21 16:23:01 +02:00
serialization_test.rb Ensure the adapters honor a custom root option and include meta when required 2015-06-04 17:33:41 +01:00