Add missing module deceleration

Fixes a bug intoduced in 8e35b8e
This commit is contained in:
Amar Takhar 2025-10-30 23:03:19 -04:00
parent 55e1f4a161
commit bbcae26f91

View file

@ -1,5 +1,7 @@
# frozen_string_literal: true
module UtmTrackable
extend ActiveSupport::Concern
UTM_PARAMS = %w[utm_source utm_medium utm_campaign utm_term utm_content].freeze