mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
fix include in failing test
This commit is contained in:
parent
4022337966
commit
22849c0399
@ -82,7 +82,7 @@ module ActionController
|
|||||||
|
|
||||||
def render_collection_with_include
|
def render_collection_with_include
|
||||||
setup_post
|
setup_post
|
||||||
render json: [@post], adapter: :json_api, include: 'author, comments'
|
render json: [@post], adapter: :json_api, include: 'author,comments'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user