Add the ActiveStorage configuration
This commit is contained in:
parent
922e504623
commit
5c25b86c46
4 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue