From 646789bc5c707f408ab04ed99e28e50737a243af Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sat, 18 Jan 2025 11:45:29 -0800 Subject: [PATCH] Update production.rb require master key --- config/environments/production.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index bf24f9a..bd8c39b 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -2,7 +2,8 @@ require "active_support/core_ext/integer/time" Rails.application.configure do # Settings specified here will take precedence over those in config/application.rb. - + config.require_master_key = true + # Code is not reloaded between requests. config.cache_classes = true