From d7dbb6519629db02447d95237ef7e8f6aa84d10a Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 16 Oct 2023 10:10:29 -0400 Subject: Added ActiveStorage (but I'm not using it yet) --- config/environments/production.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') diff --git a/config/environments/production.rb b/config/environments/production.rb index e814a66..ccd3012 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -92,4 +92,7 @@ Rails.application.configure do # Do not dump schema after migrations. config.active_record.dump_schema_after_migration = false + + # Store uploaded files on the local file system (see config/storage.yml for options). + config.active_storage.service = :local end -- cgit 1.4.1