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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support with multiple taggable objects #1108

Open
duybn opened this issue Sep 18, 2023 · 1 comment
Open

Support with multiple taggable objects #1108

duybn opened this issue Sep 18, 2023 · 1 comment

Comments

@duybn
Copy link

duybn commented Sep 18, 2023

Do this gem support tags with multiple objects? For example, instead of doing like this

photos.each { |photo| album.tag(photo) }

can we

album.tag(photos)

to avoid N+1 query ?

If it does not support, why it not 馃 ?

@seuros
Copy link
Collaborator

seuros commented Oct 14, 2023

why it not 馃 ?

because it was not implemented since nobody needed it.

Do you want to contribute to it ?

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