# File lib/acts_as_taggable_on/acts_as_taggable_on/cache.rb, line 39 def save_cached_tag_list tag_types.map(&:to_s).each do |tag_type| if self.class.send("caching_#{tag_type.singularize}_list?") if tag_list_cache_set_on(tag_type) list = tag_list_cache_on(tag_type).to_a.flatten.compact.join(', ') self["cached_#{tag_type.singularize}_list"] = list end end end true end
Generated with the Darkfish Rdoc Generator 2.