作者:
isnora (nora)
2013-07-07 22:45:36抱歉,我好像找到解決方式了,但是感覺不太合理。
http://rubydoc.info/gems/acts-as-taggable-on/2.4.1/frames
文件上有一個範例
# Find a user with matching all tags, not just one
User.tagged_with(["awesome", "cool"], :match_all => true)
結果,我把 match_all 這個選項拿掉,一切就正常了… 0rz...