acts-as-taggable-on
acts-as-taggable-on copied to clipboard
`cached_tag_list` column is ignored
Just a spec demonstrating that the cached_tag_list column is ignored when calling tag_list.
The strange thing is that, instead, tag_list_cache_on(:tags) works as expected.
Still investigating.
The failing line is this one: https://github.com/mbleigh/acts-as-taggable-on/pull/830/files#diff-0bfae9e63c455d336360aad3c5266d9aR27