Module: Trackguard::ApplicationHelper
- Defined in:
- app/helpers/trackguard/application_helper.rb
Instance Method Summary collapse
Instance Method Details
#trackguard_meta_tags ⇒ Object
3 4 5 6 7 8 |
# File 'app/helpers/trackguard/application_helper.rb', line 3 def safe_join([ tag.(name: "trackguard-url", content: trackguard.page_views_path), tag.(name: "trace-id", content: @trace_id) ], "\n") end |