Class: Polytag::Tag
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Polytag::Tag
- Defined in:
- lib/polytag/tag.rb
Instance Method Summary collapse
-
#tagged ⇒ Object
Indiscrimanetly get the tagged models.
Instance Method Details
#tagged ⇒ Object
Indiscrimanetly get the tagged models
17 18 19 |
# File 'lib/polytag/tag.rb', line 17 def tagged polytag_tag_relations.tagged.flatten end |