Module: StructuredData::ActionView::Helpers

Includes:
ActionView::Helpers
Defined in:
lib/structured_data/action_view/helpers.rb

Instance Method Summary collapse

Instance Method Details

#structured_data_tag(hash) ⇒ Object



4
5
6
# File 'lib/structured_data/action_view/helpers.rb', line 4

def structured_data_tag hash
  (:script, hash.to_json, {type: 'application/ld+json'}, false) # false is used here to prevent html character escaping
end