8 lines
145 B
Ruby
8 lines
145 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
module TrackingHelper
|
||
|
def tracking_attrs(label, event, property)
|
||
|
{} # CE has no tracking features
|
||
|
end
|
||
|
end
|