about summary refs log tree commit diff stats
path: root/config
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-10-16 10:10:29 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-10-16 10:10:29 -0400
commitd7dbb6519629db02447d95237ef7e8f6aa84d10a (patch)
treedeaeefd5c67b6ce4902c664342d227318023e585 /config
parent0987c239974f6f875edcf15539c0bf0d85bd1f23 (diff)
downloadthoughts-d7dbb6519629db02447d95237ef7e8f6aa84d10a.tar.gz
thoughts-d7dbb6519629db02447d95237ef7e8f6aa84d10a.tar.bz2
thoughts-d7dbb6519629db02447d95237ef7e8f6aa84d10a.zip
Added ActiveStorage (but I'm not using it yet)
Diffstat (limited to 'config')
-rw-r--r--config/environments/production.rb3
1 files changed, 3 insertions, 0 deletions
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
92 92
93 # Do not dump schema after migrations. 93 # Do not dump schema after migrations.
94 config.active_record.dump_schema_after_migration = false 94 config.active_record.dump_schema_after_migration = false
95
96 # Store uploaded files on the local file system (see config/storage.yml for options).
97 config.active_storage.service = :local
95end 98end