module SemanticallyTaggable::Taggable::Collection::InstanceMethods

Public Instance Methods

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