From d8e5bf821cacb4a253f9b338eaaf99444480fce0 Mon Sep 17 00:00:00 2001 From: Mikhael Rakauskas Date: Fri, 29 Aug 2025 13:02:43 -0400 Subject: [PATCH] Rubocop fix --- app/controllers/application_controller.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 1f2a1c38..421313aa 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + class ApplicationController < ActionController::Base BROWSER_LOCALE_REGEXP = /\A\w{2}(?:-\w{2})?/