Module: Tagtical::Taggable::Collection::InstanceMethods

Defined in:
lib/tagtical/taggable/collection.rb

Instance Method Summary collapse

Instance Method Details

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



129
130
131
# File 'lib/tagtical/taggable/collection.rb', line 129

def tag_counts_on(context, options={})
  self.class.tag_counts_on(context, options.merge(:id => id))
end