Skip to content

Commit 4b15908

Browse files
committed
Update README.md
1 parent e27fea8 commit 4b15908

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2099,6 +2099,10 @@ JSONAPI.configure do |config|
20992099
# Subclasses of the whitelisted classes will also be whitelisted.
21002100
config.exception_class_whitelist = []
21012101

2102+
# If enabled, will override configuration option `exception_class_whitelist`
2103+
# and whitelist all exceptions.
2104+
config.whitelist_all_exceptions = false
2105+
21022106
# Resource Linkage
21032107
# Controls the serialization of resource linkage for non compound documents
21042108
# NOTE: always_include_to_many_linkage_data is not currently implemented

0 commit comments

Comments
 (0)