Module: SemanticallyTaggable::Taggable::Collection::InstanceMethods

Defined in:
lib/semantically_taggable/semantically_taggable/collection.rb

Instance Method Summary collapse

Instance Method Details

#tag_counts_on(scheme_name, options = {}) ⇒ Object



125
126
127
# 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