Module: ActsAsTaggableOn::Taggable::Collection
- Defined in:
- lib/acts_as_taggable_on/acts_as_taggable_on/collection.rb
Defined Under Namespace
Modules: CalculationMethods, ClassMethods
Class Method Summary
collapse
Instance Method Summary
collapse
Instance Method Details
#tag_counts_on(context, options = {}) ⇒ Object
156
157
158
|
# File 'lib/acts_as_taggable_on/acts_as_taggable_on/collection.rb', line 156
def tag_counts_on(context, options={})
self.class.tag_counts_on(context, options.merge(:id => id))
end
|