summaryrefslogtreecommitdiff
path: root/config/environments/development.rb
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2023-10-29 23:33:33 -0400
committerDavid Gay <eapoems@riseup.net>2023-10-29 23:33:33 -0400
commita2718ab50f9e67e9298bd779433c0188c19ba6d3 (patch)
treee6bd4eb966802354c742ffc8620a40d236716905 /config/environments/development.rb
parent1088c36ffb0c9b215492fc9c5a8c61a251ef97b2 (diff)
rubocop -a
Diffstat (limited to 'config/environments/development.rb')
-rw-r--r--config/environments/development.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb
index 72b1036..4629e50 100644
--- a/config/environments/development.rb
+++ b/config/environments/development.rb
@@ -25,7 +25,7 @@ Rails.application.configure do
config.cache_store = :memory_store
config.public_file_server.headers = {
- "Cache-Control" => "public, max-age=#{2.days.to_i}"
+ "Cache-Control" => "public, max-age=#{2.days.to_i}",
}
else
config.action_controller.perform_caching = false
@@ -59,7 +59,6 @@ Rails.application.configure do
# Highlight code that enqueued background job in logs.
config.active_job.verbose_enqueue_logs = true
-
# Raises error for missing translations.
# config.i18n.raise_on_missing_translations = true