We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4da70c + 212cb9a commit 513e090Copy full SHA for 513e090
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