We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 016e9a6 commit d7f1cccCopy full SHA for d7f1ccc
1 file changed
source/guides/serialization/rendering.html.md
@@ -10,7 +10,7 @@ ActiveRecord models, or even plain hashes), along with some optional parameters
10
## Plain ruby
11
12
When using jsonapi-rb in plain ruby (or from within a framework outside of a
13
-controller), you can call the as follows:
+controller), you can render a document as follows:
14
15
```ruby
16
JSONAPI::Serializable::Renderer.render(posts)
0 commit comments