Fix product images

This commit is contained in:
2020-03-02 10:39:44 -05:00
parent 2a5f7e6b03
commit ebcfaadfde
4 changed files with 43 additions and 10 deletions
+1 -1
View File
@@ -239,7 +239,7 @@ module Qwaiter
config.encoding = "utf-8"
# Configure sensitive parameters which will be filtered from the log file.
config.filter_parameters += [:password]
config.filter_parameters += [:password, :image] # image will be base64 string from ember (supplier/product)
# Enable escaping HTML in JSON.
config.active_support.escape_html_entities_in_json = true