We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e27fea8 commit 4b15908Copy full SHA for 4b15908
1 file changed
README.md
@@ -2099,6 +2099,10 @@ JSONAPI.configure do |config|
2099
# Subclasses of the whitelisted classes will also be whitelisted.
2100
config.exception_class_whitelist = []
2101
2102
+ # If enabled, will override configuration option `exception_class_whitelist`
2103
+ # and whitelist all exceptions.
2104
+ config.whitelist_all_exceptions = false
2105
+
2106
# Resource Linkage
2107
# Controls the serialization of resource linkage for non compound documents
2108
# NOTE: always_include_to_many_linkage_data is not currently implemented
0 commit comments