Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

With acts_as_paranoid, it will raise error on User.tags_cloud #38

Open
tianlu1677 opened this issue Mar 2, 2021 · 1 comment
Open

Comments

@tianlu1677
Copy link

tianlu1677 commented Mar 2, 2021

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

@skatkov
Copy link
Collaborator

skatkov commented Apr 8, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants