We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e335d commit 509000bCopy full SHA for 509000b
lib/inertia_rails/meta_tag.rb
@@ -10,7 +10,7 @@ class MetaTag
10
LD_JSON_TYPE = 'application/ld+json'
11
DEFAULT_SCRIPT_TYPE = 'text/plain'
12
13
- GENERATABLE_HEAD_KEY_PROPERTIES = %i[name property http_equiv]
+ GENERATABLE_HEAD_KEY_PROPERTIES = %i[name property http_equiv].freeze
14
15
def initialize(tag_name: nil, head_key: nil, allow_duplicates: false, type: nil, **tag_data)
16
if shortened_title_tag?(tag_name, tag_data)
0 commit comments