We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb57af commit a3fe031Copy full SHA for a3fe031
README.md
@@ -85,7 +85,7 @@ it exists, use it to serialize the `Post`.
85
86
This also works with `respond_with`, which uses `to_json` under the hood. Also
87
note that any options passed to `render :json` will be passed to your
88
-serializer and available as `@options` inside.
+serializer and available as `@serialization_options` inside.
89
90
To specify a custom serializer for an object, you can specify the
91
serializer when you render the object:
0 commit comments