JSONのシリアル化でHTMLエンティティのエスケープ処理をするかの設定
説明
JSONのシリアル化でHTMLエンティティのエスケープ処理を有効、または無効
デフォルトは、「false」
使い方
config.active_support.escape_html_entities_in_json = Bool値
例
config.active_support.escape_html_entities_in_json = true
JSONのシリアル化でHTMLエンティティのエスケープ処理を有効、または無効
デフォルトは、「false」
config.active_support.escape_html_entities_in_json = Bool値
config.active_support.escape_html_entities_in_json = true