Module: Polytag::Concerns::Taggable

Extended by:
ActiveSupport::Concern
Defined in:
lib/polytag/concerns/taggable.rb,
lib/polytag/concerns/taggable/class_helpers.rb,
lib/polytag/concerns/taggable/model_helpers.rb,
lib/polytag/concerns/taggable/association_extensions.rb

Defined Under Namespace

Modules: AssociationExtensions, ClassHelpers, ClassMethods Classes: ModelHelpers

Instance Method Summary collapse

Instance Method Details

#tagObject



19
20
21
# File 'lib/polytag/concerns/taggable.rb', line 19

def tag
  ModelHelpers.new(self)
end