fix: missing module directive in utm_trackable.rb

Fixes #1909
This commit is contained in:
Diogo Correia 2025-10-31 16:20:59 +01:00
parent 2ffac60dbb
commit 36affa1c51
No known key found for this signature in database
GPG key ID: 7B5273B10C4495CF

View file

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