acts-as-taggable-array-on icon indicating copy to clipboard operation
acts-as-taggable-array-on copied to clipboard

With acts_as_paranoid, it will raise error on User.tags_cloud

Open tianlu1677 opened this issue 3 years ago • 3 comments

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

tianlu1677 avatar Mar 02 '21 08:03 tianlu1677

You are welcome to submit a PR to fix this. Unfortunately, non of current maintainers are using these gem.

skatkov avatar Apr 08 '23 17:04 skatkov