From ba4b241240f52b2270ef264c56517b0fc7c8de1c Mon Sep 17 00:00:00 2001 From: Gaetan Craig-Riou Date: Wed, 30 Apr 2025 15:48:06 +1000 Subject: [PATCH] Add link to where the patch came from --- config/initializers/acts_as_taggable_on.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/initializers/acts_as_taggable_on.rb b/config/initializers/acts_as_taggable_on.rb index b6d569b85c..176c68b864 100644 --- a/config/initializers/acts_as_taggable_on.rb +++ b/config/initializers/acts_as_taggable_on.rb @@ -4,6 +4,10 @@ ActsAsTaggableOn.force_lowercase = true # Monkey patch suggested as workaround to the allowlisted issue # This may be removed when an official fix is included in Ransack +# As suggested in : +# - https://github.com/activerecord-hackery/ransack/discussions/1416 +# - https://github.com/activerecord-hackery/ransack/issues/1393 +# module ActsAsTaggableOn class Tag class << self