debian-mirror-gitlab/app/helpers/tracking_helper.rb

8 lines
145 B
Ruby
Raw Normal View History

2019-09-04 21:01:54 +05:30
# frozen_string_literal: true
module TrackingHelper
def tracking_attrs(label, event, property)
{} # CE has no tracking features
end
end