Module: ProductTours::WidgetHelper
- Defined in:
- app/helpers/product_tours/widget_helper.rb
Instance Method Summary collapse
Instance Method Details
#product_tours_tag ⇒ Object
5 6 7 8 9 10 11 12 |
# File 'app/helpers/product_tours/widget_helper.rb', line 5 def product_tours_tag return unless ProductTours.enabled?(request) ProductTours::Widget.snippet( locale: ProductTours.locale(request), nonce: (content_security_policy_nonce if respond_to?(:content_security_policy_nonce)) ).html_safe end |