module ActsAsTaggableOn::Taggable::Collection::InstanceMethods

Public Instance Methods

tag_counts_on(context, options={}) click to toggle source
# File lib/acts_as_taggable_on/acts_as_taggable_on/collection.rb, line 122
def tag_counts_on(context, options={})
  self.class.tag_counts_on(context, options.merge(:id => id))
end