diff --git a/config/initializers/active_storage.rb b/config/initializers/active_storage.rb new file mode 100644 index 0000000000..71fd303e6c --- /dev/null +++ b/config/initializers/active_storage.rb @@ -0,0 +1,2 @@ +# This is set in config/application.rb but it seems like the settings aren't loaded at that point so doing it again here +Rails.application.config.active_storage.service = (Settings&.active_storage&.service.presence || "local").to_sym