Proxy for active storage service provider

This commit is contained in:
Frederic Merizen 2019-01-15 17:58:53 +01:00
parent 5e9b6bd850
commit 0846860748
4 changed files with 76 additions and 1 deletions

View file

@ -93,7 +93,7 @@ Rails.application.configure do
# the I18n.default_locale when a translation cannot be found).
config.i18n.fallbacks = true
config.active_storage.service = :openstack
config.active_storage.service = :proxied
# Send deprecation notices to registered listeners.
config.active_support.deprecation = :notify