We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8638963 commit 212cb9aCopy full SHA for 212cb9a
1 file changed
README.md
@@ -1281,8 +1281,8 @@ JSONAPI.configure do |config|
1281
1282
# Resource Linkage
1283
# Controls the serialization of resource linkage for non compound documents
1284
- # NOTE: always_include_has_many_linkage_data is not currently implemented
1285
- config.always_include_has_one_linkage_data = false
+ # NOTE: always_include_to_many_linkage_data is not currently implemented
+ config.always_include_to_one_linkage_data = false
1286
end
1287
```
1288
0 commit comments