Module: ActsAsTaggableOn::Taggable::Collection

Extended by:
ActiveSupport::Concern
Defined in:
lib/acts-as-taggable-on/taggable/collection.rb

Defined Under Namespace

Modules: CalculationMethods

Instance Method Summary collapse

Instance Method Details

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



205
206
207
# File 'lib/acts-as-taggable-on/taggable/collection.rb', line 205

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