Module: Polytag::Concerns::TagOwner

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

Defined Under Namespace

Modules: AssociationExtensions, ClassHelpers, ClassMethods Classes: ModelHelpers

Instance Method Summary collapse

Instance Method Details

#tag_groupObject



26
27
28
# File 'lib/polytag/concerns/tag_owner.rb', line 26

def tag_group
  ModelHelpers.new(self)
end