I have model with tag context:
class Product < ActiveRecord::Base acts_as_taggable_on :categories end
I\'m trying to initialize tags c
If you are using this in combination with owned tags, that might be the problem. Looking at the code of the gem, it seems that the caching of owned tags isn't support
Hope this helps,
Best, J