Skip to content

Commit

Permalink
Fix typo in configuring rails guide. [ci-skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
eitoball committed Aug 30, 2022
1 parent 992a898 commit 3a8f514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/source/configuring.md
Expand Up @@ -1209,11 +1209,11 @@ The default value depends on the `config.load_defaults` target version:

#### `config.active_record.yaml_column_permitted_classes`

Defaults to `[Symbol]`. Allows applications to include additional permitted classes to `safe_load()` on the `ActiveStorage::Coders::YamlColumn`.
Defaults to `[Symbol]`. Allows applications to include additional permitted classes to `safe_load()` on the `ActiveRecord::Coders::YAMLColumn`.

#### `config.active_record.use_yaml_unsafe_load`

Defaults to `false`. Allows applications to opt into using `unsafe_load` on the `ActiveStorage::Coders::YamlColumn`.
Defaults to `false`. Allows applications to opt into using `unsafe_load` on the `ActiveRecord::Coders::YAMLColumn`.

#### `ActiveRecord::ConnectionAdapters::Mysql2Adapter.emulate_booleans`

Expand Down

0 comments on commit 3a8f514

Please sign in to comment.