use uuid blobs controller

This commit is contained in:
Pete Matsyburka
2024-02-18 12:58:36 +02:00
parent 71c61fc4b3
commit 78e9e66cb0
5 changed files with 50 additions and 3 deletions
+2
View File
@@ -22,6 +22,8 @@ module DocuSeal
config.active_storage.routes_prefix = ''
config.active_storage.draw_routes = ENV['MULTITENANT'] != 'true'
config.i18n.available_locales = %i[en en-US en-GB es-ES fr-FR pt-PT de-DE es it de fr pl uk cs pt he nl]
config.i18n.fallbacks = [:en]