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