Skip to content

Commit f061898

Browse files
committed
Fix wrong example code: active_job.message_serializer
1 parent 5c4a7a7 commit f061898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/configuring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2483,7 +2483,7 @@ Alternatively, you can specify any serializer object that responds to `dump` and
24832483
`load` methods. For example:
24842484

24852485
```ruby
2486-
config.active_job.message_serializer = YAML
2486+
config.active_support.message_serializer = YAML
24872487
```
24882488

24892489
The default value depends on the `config.load_defaults` target version:

0 commit comments

Comments
 (0)