Skip to content

Commit 212cb9a

Browse files
committed
update config attributes' names for including linkage
1 parent 8638963 commit 212cb9a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,8 +1281,8 @@ JSONAPI.configure do |config|
12811281

12821282
# Resource Linkage
12831283
# 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
1284+
# NOTE: always_include_to_many_linkage_data is not currently implemented
1285+
config.always_include_to_one_linkage_data = false
12861286
end
12871287
```
12881288

0 commit comments

Comments
 (0)