Class: Tag
- Inherits:
-
Object
- Object
- Tag
- Includes:
- DataMapper::Resource
- Defined in:
- lib/dm-tags/tag.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) taggables
9 10 11 |
# File 'lib/dm-tags/tag.rb', line 9 def taggables taggings.map { |tagging| tagging.taggable } end |