Module: ActsAsTaggableOnMongoid::Tagger

Extended by:
ActiveSupport::Concern
Defined in:
lib/acts_as_taggable_on_mongoid/tagger.rb,
lib/acts_as_taggable_on_mongoid/tagger/tag_methods.rb

Overview

This module defines the class methods to be added to the Mongoid model so that tags can be defined on and added to a model.

When a tag is added to a model, additional modules will be included to add methods that are needed only if a tag is actually being used.

Defined Under Namespace

Modules: TagMethods