Add the ActiveStorage configuration

This commit is contained in:
gregoirenovel 2018-02-12 22:59:37 +01:00
parent 922e504623
commit 5c25b86c46
4 changed files with 8 additions and 0 deletions

View file

@ -19,6 +19,8 @@ Rails.application.configure do
# Don't care if the mailer can't send.
config.action_mailer.raise_delivery_errors = false
config.active_storage.service = :local
# Print deprecation notices to the Rails logger.
config.active_support.deprecation = :log

View file

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