This commit is contained in:
Sam Woodard 2015-07-13 14:51:26 -07:00
parent 48a0031e3a
commit b8389265b6
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ response. In other words, there will be no, "included", array in the json
all relationships will be serailized inline in the data. all relationships will be serailized inline in the data.
However, in tests, you may want to construct payloads to post to create methods However, in tests, you may want to construct payloads to post to create methods
that are embedded to most closely resember the payloads that will be produced by that are embedded to most closely resemble the payloads that will be produced by
the client. This is what this method is intended for. the client. This is what this method is intended for.
model interface{} should be a pointer to a struct. model interface{} should be a pointer to a struct.