Skip to content

Commit b58dc56

Browse files
committed
[ruby/rails] Add missing frozen_string_literal
1 parent bd0b15e commit b58dc56

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)