We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4022337 commit 22849c0Copy full SHA for 22849c0
test/action_controller/json_api/linked_test.rb
@@ -82,7 +82,7 @@ def render_collection_without_include
82
83
def render_collection_with_include
84
setup_post
85
- render json: [@post], adapter: :json_api, include: 'author, comments'
+ render json: [@post], adapter: :json_api, include: 'author,comments'
86
end
87
88
0 commit comments