acts-as-taggable-array-on
acts-as-taggable-array-on copied to clipboard
With acts_as_paranoid, it will raise error on User.tags_cloud
add deleted_at column, and add acts_as_paranoid
to modal
class User < ApplicationRecord
acts_as_taggable_array_on :tags
acts_as_paranoid
end
When run User.tags_cloud
, It will raise sql error
You are welcome to submit a PR to fix this. Unfortunately, non of current maintainers are using these gem.