You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -200,12 +200,12 @@ end
200
200
#### Attributes
201
201
202
202
It's the default adapter, it generates a json response without a root key.
203
-
Doesn't follow any specifc convention.
203
+
Doesn't follow any specific convention.
204
204
205
205
#### JSON
206
206
207
207
It also generates a json response but always with a root key. The root key **can't be overridden**, and will be automatically defined accordingly with the objects being serialized.
208
-
Doesn't follow any specifc convention.
208
+
Doesn't follow any specific convention.
209
209
210
210
#### JSON API
211
211
@@ -271,7 +271,7 @@ the serializer generator:
271
271
$ rails g serializer post
272
272
```
273
273
274
-
The generated seralizer will contain basic `attributes` and
274
+
The generated serializer will contain basic `attributes` and
275
275
`has_many`/`has_one`/`belongs_to` declarations, based on the model. For example:
0 commit comments