Merge branch 'develop' into feat/CW-1873

This commit is contained in:
Sivin Varghese
2023-06-15 13:01:29 +05:30
committed by GitHub
-1
View File
@@ -2,7 +2,6 @@ module Liquidable
extend ActiveSupport::Concern
included do
acts_as_taggable_on :labels
before_create :process_liquid_in_content
end