Actions
Patch #37682
closedAdd the `# frozen_string_literal: true` magic comment to config/initializers/secret_token.rb
Description
This fixes the following RuboCop offense.
config/initializers/secret_token.rb:1:1: C: [Correctable] Style/FrozenStringLiteralComment: Missing frozen string literal comment. # This file was generated by 'rake generate_secret_token', and should
Files
Actions