module ActsAsTaggableOn::Taggable::Cache
Public Class Methods
included(base)
click to toggle source
# File lib/acts_as_taggable_on/taggable/cache.rb, line 3 def self.included(base) # When included, conditionally adds tag caching methods when the model # has any "cached_#{tag_type}_list" column base.extend Columns end