Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit 6495bec

Browse files
authored
[ruby/rails] Add missing frozen_string_literal (#10829)
1 parent 0ade622 commit 6495bec

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

frameworks/Ruby/rails/app/controllers/concerns/date_header.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
module DateHeader
24
extend ActiveSupport::Concern
35

frameworks/Ruby/rails/config/routes.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
Rails.application.routes.draw do
24
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
35

0 commit comments

Comments
 (0)