Closed mattwr18 closed 4 days ago
Maybe you could check if any extra DB calls are fired during evaluation, but I think it's fine for now.
I found this fix in the issue list over at acts-as-taggable-on and it says there that it only generates one query. See https://github.com/mbleigh/acts-as-taggable-on/issues/719#issuecomment-172490087; however, ours is generated 5
I don't know if there is a way to optimize the query.
Fixes #2069