refactor: remove redundant taggable declaration (#7310)

This commit is contained in:
Shivam Mishra 2023-06-15 12:57:56 +05:30 committed by GitHub
parent 1ee6a8fe90
commit 9985f1c143
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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