mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06: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
|
||||
setup_post
|
||||
render json: [@post], adapter: :json_api, include: 'author, comments'
|
||||
render json: [@post], adapter: :json_api, include: 'author,comments'
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user