Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tracking_helper.rb « helpers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 51ea79d1ddd2776b49c670c579a17f421fd3d99a (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module TrackingHelper
  def tracking_attrs(label, event, property)
    {} # CE has no tracking features
  end
end