From d0434fa32703786c2be0403246bdc1423ac238e0 Mon Sep 17 00:00:00 2001 From: Mattias Bodlund Date: Tue, 30 Apr 2024 14:20:43 +0200 Subject: [PATCH] na --- app/controllers/application_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 601c594..ea56a59 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,6 +1,6 @@ class ApplicationController < ActionController::Base - http_basic_authenticate_with name: "stupid", password: "studio", except: Rails.env.development? + http_basic_authenticate_with name: "stupid", password: "studio" private