Class: Polytag::Tag

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/polytag/tag.rb

Instance Method Summary collapse

Instance Method Details

#taggedObject

Indiscrimanetly get the tagged models



17
18
19
# File 'lib/polytag/tag.rb', line 17

def tagged
  polytag_tag_relations.tagged.flatten
end