Skip to content

Commit a3f68cc

Browse files
committed
thanks, rubocop. this one was a good suggestion.
1 parent 46b036a commit a3f68cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/inertia_rails/meta_tag.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class MetaTag
1010
LD_JSON_TYPE = 'application/ld+json'
1111
DEFAULT_SCRIPT_TYPE = 'text/plain'
1212

13-
GENERATABLE_HEAD_KEY_PROPERTIES = %i[name property http_equiv]
13+
GENERATABLE_HEAD_KEY_PROPERTIES = %i[name property http_equiv].freeze
1414

1515
def initialize(tag_name: nil, head_key: nil, allow_duplicates: false, type: nil, **tag_data)
1616
if shortened_title_tag?(tag_name, tag_data)

0 commit comments

Comments
 (0)